#2A9228

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

Shades of Forest Green #2A9228

Tints of Forest Green #2A9228

Color information

#2A9228 (or 0x2A9228) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 28. RGB value is (42,146,40). Sum of RGB (Red+Green+Blue) = 42+146+40=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9228 is #D56DD7. Grayscale: #676767. Windows color (decimal): -13987288 or 2658858. OLE color: 2658858.

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

Color convert

RGB4214640-
CMYK0.7100.730.43
HSL118.87º56.99%36.47%-
HSV(B)118.87º72.6%57.25%-
XYZ11.6221.25.49-
YUV102.8292.5484.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 146 (57.42% from 255) = 64.04%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=18.42%
G=64.04%
B=17.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42146400.7100.730.43118.8756.9936.47
Hex2A9228470492B773924
Octal52222501070111531677144
Binary101010100100101010001000111010010011010111110111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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