#2A8524

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

Shades of Forest Green #2A8524

Tints of Forest Green #2A8524

Color information

#2A8524 (or 0x2A8524) is unknown color: approx Forest Green. HEX triplet: 2A, 85 and 24. RGB value is (42,133,36). Sum of RGB (Red+Green+Blue) = 42+133+36=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8524 is #D57ADB. Grayscale: #5F5F5F. Windows color (decimal): -13990620 or 2393386. OLE color: 2393386.

HSL color Cylindrical-coordinate representation of color #2A8524: hue angle of 116.29º 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 #2A8524 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB4213336-
CMYK0.6800.730.48
HSL116.29º57.4%33.14%-
HSV(B)116.29º72.93%52.16%-
XYZ9.6617.394.52-
YUV94.7394.8590.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 133 (52.34% from 255) = 63.03%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=19.91%
G=63.03%
B=17.06%

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
Decimal42133360.6800.730.48116.2957.433.14
Hex2A85244404930743921
Octal52205441040111601647141
Binary101010100001011001001000100010010011100001110100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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