#2D980B

Color #2D980B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2D980B

Tints of Forest Green #2D980B

Color information

#2D980B (or 0x2D980B) is unknown color: approx Forest Green. HEX triplet: 2D, 98 and 0B. RGB value is (45,152,11). Sum of RGB (Red+Green+Blue) = 45+152+11=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 152 (59.77% from 255 or 73.08% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 152 - color contains mainly: green. Hex color #2D980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D980B is #D267F4. Grayscale: #686868. Windows color (decimal): -13789173 or 759853. OLE color: 759853.

HSL color Cylindrical-coordinate representation of color #2D980B: hue angle of 105.53º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D980B is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB4515211-
CMYK0.7000.930.40
HSL105.53º86.5%31.96%-
HSV(B)105.53º92.76%59.61%-
XYZ12.3723.044.11-
YUV103.9375.5585.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 21.63%
GREEN value IS 152 (59.77% from 255) = 73.08%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=21.63%
G=73.08%
B=5.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45152110.7000.930.40105.5386.531.96
Hex2D98B4605D286a5720
Octal552301310601355015212740
Binary10110110011000101110001100101110110100011010101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D980B; }

 p { color: rgb(45,152,11); }

 H1.HeaderClassName
 {
   color: #2D980B;
 }
 .AnyTagClassName
 {
   color: #2D980B;
 }
</style>
background-color css

<style>
 a { background-color: #2D980B; }

 a { background-color: rgb(45,152,11); }

 div.DivClassName
 {
   background-color: #2D980B;
 }
 .BgClassName
 {
   background-color: #2D980B;
 }
</style>
border-color css

<style>
 span { border-color: #2D980B; }

 span { border-color: rgb(45,152,11); }

 td.TdClassName
 {
   border-color: #2D980B;
 }
 .TagClassName
 {
   border-color: #2D980B;
 }
</style>