#028524

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

Shades of Forest Green #028524

Tints of Forest Green #028524

Color information

#028524 (or 0x028524) is unknown color: approx Forest Green. HEX triplet: 02, 85 and 24. RGB value is (2,133,36). Sum of RGB (Red+Green+Blue) = 2+133+36=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #028524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028524 is #FD7ADB. Grayscale: #535353. Windows color (decimal): -16612060 or 2393346. OLE color: 2393346.

HSL color Cylindrical-coordinate representation of color #028524: hue angle of 135.57º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028524 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB213336-
CMYK0.9800.730.48
HSL135.57º97.04%26.47%-
HSV(B)135.57º98.5%52.16%-
XYZ8.7316.924.47-
YUV82.77101.670.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 133 (52.34% from 255) = 77.78%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=1.17%
G=77.78%
B=21.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133360.9800.730.48135.5797.0426.47
Hex28524620493088611a
Octal22054414201116021014132
Binary101000010110010011000100100100111000010001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028524; }

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

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

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

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

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

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

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

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