#2A9217

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

Shades of Forest Green #2A9217

Tints of Forest Green #2A9217

Color information

#2A9217 (or 0x2A9217) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 17. RGB value is (42,146,23). Sum of RGB (Red+Green+Blue) = 42+146+23=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 146 (57.42% from 255 or 69.19% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9217 is #D56DE8. Grayscale: #656565. Windows color (decimal): -13987305 or 1544746. OLE color: 1544746.

HSL color Cylindrical-coordinate representation of color #2A9217: hue angle of 110.73º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A9217 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB4214623-
CMYK0.7100.840.43
HSL110.73º72.78%33.14%-
HSV(B)110.73º84.25%57.25%-
XYZ11.3921.114.29-
YUV100.8884.0486-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 146 (57.42% from 255) = 69.19%
BLUE value IS 23 (9.38% from 255) = 10.90%
R=19.91%
G=69.19%
B=10.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42146230.7100.840.43110.7372.7833.14
Hex2A9217470542B6f4921
Octal522222710701245315711141
Binary101010100100101011110001110101010010101111011111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,146,23); }

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

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

 a { background-color: rgb(42,146,23); }

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

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

 span { border-color: rgb(42,146,23); }

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