#058C1E

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

Shades of Forest Green #058C1E

Tints of Forest Green #058C1E

Color information

#058C1E (or 0x058C1E) is unknown color: approx Forest Green. HEX triplet: 05, 8C and 1E. RGB value is (5,140,30). Sum of RGB (Red+Green+Blue) = 5+140+30=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 140 (55.08% from 255 or 80% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 140 - color contains mainly: green. Hex color #058C1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C1E is #FA73E1. Grayscale: #575757. Windows color (decimal): -16413666 or 2001925. OLE color: 2001925.

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

Color convert

RGB514030-
CMYK0.9600.790.45
HSL131.11º93.1%28.43%-
HSV(B)131.11º96.43%54.9%-
XYZ9.6818.884.36-
YUV87.195.7769.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 140 (55.08% from 255) = 80%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=2.86%
G=80%
B=17.14%

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
Decimal5140300.9600.790.45131.1193.128.43
Hex58C1E6004F2D835d1c
Octal52143614001175520313534
Binary101100011001111011000000100111110110110000011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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