#028522

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

Shades of Forest Green #028522

Tints of Forest Green #028522

Color information

#028522 (or 0x028522) is unknown color: approx Forest Green. HEX triplet: 02, 85 and 22. RGB value is (2,133,34). Sum of RGB (Red+Green+Blue) = 2+133+34=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #028522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028522 is #FD7ADD. Grayscale: #525252. Windows color (decimal): -16612062 or 2262274. OLE color: 2262274.

HSL color Cylindrical-coordinate representation of color #028522: hue angle of 134.66º 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 #028522 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB213334-
CMYK0.9800.740.48
HSL134.66º97.04%26.47%-
HSV(B)134.66º98.5%52.16%-
XYZ8.716.94.32-
YUV82.54100.670.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 133 (52.34% from 255) = 78.70%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=1.18%
G=78.70%
B=20.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133340.9800.740.48134.6697.0426.47
Hex285226204A3087611a
Octal22054214201126020714132
Binary101000010110001011000100100101011000010000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028522; }

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

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

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

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

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

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

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

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