COLOR #008241

HEX: #008241
RGB: (0,130,65)

Color info

#008241 contains mainly green color. Web safe color of #008241 is #009933 (or #093).

RGB color model

#008241 color RGB value is (0,130,65).

  • red value is 0;
  • green value is 130;
  • blue value is 65.
RGB:
(0,130,65)
(0%,51%,25%)

RGB channels and saturation

R 0 of 255 = 0%
G 130 of 255 = 51%
B 65 of 255 = 25%

0
130
65

R + G + B ~ 25%. #008241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 130 + 65 = 195 (100%)
R 0 of 195 ~ 0%
G 130 of 195 ~ 66.67%
B 65 of 195 ~ 33.33%

%66.67
%33.33

CMYK color model

#008241 color CMYK value is (100,0,50,49).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 49.02%
CMYK:
(100,0,50,49)
C100M0Y50K49 
(100%,0%,50%,49%)
(1.00/0.00/0.50/0.49)	

CMYK percentages

%100
%0
%50
%49.02

Codes

Color #008241 in popluar color models

008241
RGB013065
HSL150°100.00%25.49%
HSB/HSV150°100.00%50.98%
CMYK100.00%0.00%50.00%
49.02%

Color #008241 in popluar number systems.

HEX008241
Decimal013065
Binary0100000101000001
Octal0202101

Shades and tints

Shades of #008241

#008241
(0,130,65)
#00773C
(0,119,60)
#006C37
(0,108,55)
#006132
(0,97,50)
#00562D
(0,86,45)
#004B28
(0,75,40)
#004023
(0,64,35)
#00351E
(0,53,30)
#002A19
(0,42,25)
#001F14
(0,31,20)
#00140F
(0,20,15)
#000000
(0,0,0)

Tints of #008241

#008241
(0,130,65)
#178D52
(23,141,82)
#2E9863
(46,152,99)
#45A374
(69,163,116)
#5CAE85
(92,174,133)
#73B996
(115,185,150)
#8AC4A7
(138,196,167)
#A1CFB8
(161,207,184)
#B8DAC9
(184,218,201)
#CFE5DA
(207,229,218)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008241 color. Also use rgb(0,130,65) instead hex code.

Text Font Color

.myTextColor { color: #008241; }

<p style="color:#008241">This sample text font color is #008241.</p>

This text font color is #008241.


Background Color

.myBgColor { background-color: #008241; }

<div style="background-color:#008241">Inner text</div>

This div background color is #008241.


Border color

.myBorderColor { border: 1px solid #008241; }

<div style="border:3px solid #008241">Div</div>

This div border color is #008241.


Opacity

.myOpacity80 { color: #008241; opacity: 0.8; }

<p style="color:#008241;opacity:0.8;">80%</p>

Text with #008241 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #008241;}

<p style="text-shadow: 3px 3px 1px #008241">Text here.</p>

This text has shadow with #008241 color.

.textShadow {text-shadow: 3px 3px 1px #008241, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #008241, 5px 5px 20px red">Text here.</p>

This text has shadow with #008241 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#008241, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#008241, Direction=45, Strength=4)">Text</p>

This text has shadow with #008241 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #008241;
  -webkit-box-shadow:	1px 1px 3px 2px #008241;
  box-shadow:		1px 1px 3px 2px #008241;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #008241;
-webkit-box-shadow: 1px 1px 3px 2px #008241;
box-shadow:1px 1px 3px 2px #008241;">
Div content here</div>
This div box has shadow with color #008241.

Preview

Color preview on black background

This text has color #008241 on black background.


Color preview on white background

This text has color #008241 on white background.



Black color preview on #008241 background

This text has black color on #008241 background.


White color preview on #008241 background

This text has white color on #008241 background.