#2E8D0D

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

Shades of Forest Green #2E8D0D

Tints of Forest Green #2E8D0D

Color information

#2E8D0D (or 0x2E8D0D) is unknown color: approx Forest Green. HEX triplet: 2E, 8D and 0D. RGB value is (46,141,13). Sum of RGB (Red+Green+Blue) = 46+141+13=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 141 (55.47% from 255 or 70.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8D0D is #D172F2. Grayscale: #626262. Windows color (decimal): -13726451 or 888110. OLE color: 888110.

HSL color Cylindrical-coordinate representation of color #2E8D0D: hue angle of 104.53º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E8D0D is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB4614113-
CMYK0.6700.910.45
HSL104.53º83.12%30.2%-
HSV(B)104.53º90.78%55.29%-
XYZ10.7219.663.61-
YUV9880.0390.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 141 (55.47% from 255) = 70.5%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=23%
G=70.5%
B=6.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46141130.6700.910.45104.5383.1230.2
Hex2E8DD4305B2D69531e
Octal562151510301335515112336
Binary1011101000110111011000011010110111011011101001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,141,13); }

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

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

 a { background-color: rgb(46,141,13); }

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

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

 span { border-color: rgb(46,141,13); }

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