#2d891c

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

Shades of Forest Green #2D891C

Tints of Forest Green #2D891C

Color information

#2D891C (or 0x2D891C) is unknown color: approx Forest Green. HEX triplet: 2D, 89 and 1C. RGB value is (45,137,28). Sum of RGB (Red+Green+Blue) = 45+137+28=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #2D891C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D891C is #D276E3. Grayscale: #616161. Windows color (decimal): -13792996 or 1870125. OLE color: 1870125.

HSL color Cylindrical-coordinate representation of color #2D891C: hue angle of 110.64º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D891C is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB4513728-
CMYK0.6700.800.46
HSL110.64º66.06%32.35%-
HSV(B)110.64º79.56%53.73%-
XYZ10.2418.534.14-
YUV97.0789.0290.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 137 (53.91% from 255) = 65.24%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=21.43%
G=65.24%
B=13.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45137280.6700.800.46110.6466.0632.35
Hex2D891C430502E6f4220
Octal552113410301205615710240
Binary101101100010011110010000110101000010111011011111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d891c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,28); }

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

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

 a { background-color: rgb(45,137,28); }

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

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

 span { border-color: rgb(45,137,28); }

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