#058A20

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

Shades of Forest Green #058A20

Tints of Forest Green #058A20

Color information

#058A20 (or 0x058A20) is unknown color: approx Forest Green. HEX triplet: 05, 8A and 20. RGB value is (5,138,32). Sum of RGB (Red+Green+Blue) = 5+138+32=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 138 (54.30% from 255 or 78.86% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 138 - color contains mainly: green. Hex color #058A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058A20 is #FA75DF. Grayscale: #565656. Windows color (decimal): -16414176 or 2132485. OLE color: 2132485.

HSL color Cylindrical-coordinate representation of color #058A20: hue angle of 132.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A20 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB513832-
CMYK0.9600.770.46
HSL132.18º93.01%28.04%-
HSV(B)132.18º96.38%54.12%-
XYZ9.4118.314.41-
YUV86.1597.4470.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 138 (54.30% from 255) = 78.86%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=2.86%
G=78.86%
B=18.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5138320.9600.770.46132.1893.0128.04
Hex58A206004D2E845d1c
Octal52124014001155620413534
Binary1011000101010000011000000100110110111010000100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058A20; }

 p { color: rgb(5,138,32); }

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

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

 a { background-color: rgb(5,138,32); }

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

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

 span { border-color: rgb(5,138,32); }

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