#058D1E

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

Shades of Forest Green #058D1E

Tints of Forest Green #058D1E

Color information

#058D1E (or 0x058D1E) is unknown color: approx Forest Green. HEX triplet: 05, 8D and 1E. RGB value is (5,141,30). Sum of RGB (Red+Green+Blue) = 5+141+30=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 141 (55.47% from 255 or 80.11% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 141 - color contains mainly: green. Hex color #058D1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D1E is #FA72E1. Grayscale: #575757. Windows color (decimal): -16413410 or 2002181. OLE color: 2002181.

HSL color Cylindrical-coordinate representation of color #058D1E: hue angle of 131.03º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D1E is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB514130-
CMYK0.9600.790.45
HSL131.03º93.15%28.63%-
HSV(B)131.03º96.45%55.29%-
XYZ9.8219.184.41-
YUV87.6895.4469.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 141 (55.47% from 255) = 80.11%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=2.84%
G=80.11%
B=17.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5141300.9600.790.45131.0393.1528.63
Hex58D1E6004F2D835d1d
Octal52153614001175520313535
Binary101100011011111011000000100111110110110000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,141,30); }

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

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

 a { background-color: rgb(5,141,30); }

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

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

 span { border-color: rgb(5,141,30); }

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