#2A9222

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

Shades of Forest Green #2A9222

Tints of Forest Green #2A9222

Color information

#2A9222 (or 0x2A9222) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 22. RGB value is (42,146,34). Sum of RGB (Red+Green+Blue) = 42+146+34=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9222 is #D56DDD. Grayscale: #666666. Windows color (decimal): -13987294 or 2265642. OLE color: 2265642.

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

Color convert

RGB4214634-
CMYK0.7100.770.43
HSL115.71º62.22%35.29%-
HSV(B)115.71º76.71%57.25%-
XYZ11.5221.174.99-
YUV102.1489.5485.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 146 (57.42% from 255) = 65.77%
BLUE value IS 34 (13.67% from 255) = 15.32%
R=18.92%
G=65.77%
B=15.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42146340.7100.770.43115.7162.2235.29
Hex2A92224704D2B743e23
Octal52222421070115531647643
Binary101010100100101000101000111010011011010111110100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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