#2A8424

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

Shades of Forest Green #2A8424

Tints of Forest Green #2A8424

Color information

#2A8424 (or 0x2A8424) is unknown color: approx Forest Green. HEX triplet: 2A, 84 and 24. RGB value is (42,132,36). Sum of RGB (Red+Green+Blue) = 42+132+36=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8424 is #D57BDB. Grayscale: #5E5E5E. Windows color (decimal): -13990876 or 2393130. OLE color: 2393130.

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

Color convert

RGB4213236-
CMYK0.6800.730.48
HSL116.25º57.14%32.94%-
HSV(B)116.25º72.73%51.76%-
XYZ9.5217.124.47-
YUV94.1595.1890.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 132 (51.95% from 255) = 62.86%
BLUE value IS 36 (14.45% from 255) = 17.14%
R=20%
G=62.86%
B=17.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42132360.6800.730.48116.2557.1432.94
Hex2A84244404930743921
Octal52204441040111601647141
Binary101010100001001001001000100010010011100001110100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,132,36); }

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

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

 a { background-color: rgb(42,132,36); }

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

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

 span { border-color: rgb(42,132,36); }

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