#2E9205

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

Shades of Forest Green #2E9205

Tints of Forest Green #2E9205

Color information

#2E9205 (or 0x2E9205) is unknown color: approx Forest Green. HEX triplet: 2E, 92 and 05. RGB value is (46,146,5). Sum of RGB (Red+Green+Blue) = 46+146+5=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 146 (57.42% from 255 or 74.11% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 146 - color contains mainly: green. Hex color #2E9205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9205 is #D16DFA. Grayscale: #646464. Windows color (decimal): -13725179 or 365102. OLE color: 365102.

HSL color Cylindrical-coordinate representation of color #2E9205: hue angle of 102.55º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E9205 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB461465-
CMYK0.6800.970.43
HSL102.55º93.38%29.61%-
HSV(B)102.55º96.58%57.25%-
XYZ11.4321.153.62-
YUV100.0374.3789.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 146 (57.42% from 255) = 74.11%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=23.35%
G=74.11%
B=2.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4614650.6800.970.43102.5593.3829.61
Hex2E925440612B675d1e
Octal56222510401415314713536
Binary101110100100101011000100011000011010111100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,146,5); }

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

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

 a { background-color: rgb(46,146,5); }

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

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

 span { border-color: rgb(46,146,5); }

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