#2D891E

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

Shades of Forest Green #2D891E

Tints of Forest Green #2D891E

Color information

#2D891E (or 0x2D891E) is unknown color: approx Forest Green. HEX triplet: 2D, 89 and 1E. RGB value is (45,137,30). Sum of RGB (Red+Green+Blue) = 45+137+30=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #2D891E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D891E is #D276E1. Grayscale: #616161. Windows color (decimal): -13792994 or 2001197. OLE color: 2001197.

HSL color Cylindrical-coordinate representation of color #2D891E: hue angle of 111.59º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D891E is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB4513730-
CMYK0.6700.780.46
HSL111.59º64.07%32.75%-
HSV(B)111.59º78.1%53.73%-
XYZ10.2618.544.27-
YUV97.2990.0290.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.23%
GREEN value IS 137 (53.91% from 255) = 64.62%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=21.23%
G=64.62%
B=14.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45137300.6700.780.46111.5964.0732.75
Hex2D891E4304E2E704021
Octal552113610301165616010041
Binary101101100010011111010000110100111010111011100001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D891E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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