#058B1E

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

Shades of Forest Green #058B1E

Tints of Forest Green #058B1E

Color information

#058B1E (or 0x058B1E) is unknown color: approx Forest Green. HEX triplet: 05, 8B and 1E. RGB value is (5,139,30). Sum of RGB (Red+Green+Blue) = 5+139+30=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 139 (54.69% from 255 or 79.89% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 139 - color contains mainly: green. Hex color #058B1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B1E is #FA74E1. Grayscale: #565656. Windows color (decimal): -16413922 or 2001669. OLE color: 2001669.

HSL color Cylindrical-coordinate representation of color #058B1E: hue angle of 131.19º 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 #058B1E is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB513930-
CMYK0.9600.780.45
HSL131.19º93.06%28.24%-
HSV(B)131.19º96.4%54.51%-
XYZ9.5318.594.31-
YUV86.5196.1169.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 139 (54.69% from 255) = 79.89%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=2.87%
G=79.89%
B=17.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5139300.9600.780.45131.1993.0628.24
Hex58B1E6004E2D835d1c
Octal52133614001165520313534
Binary101100010111111011000000100111010110110000011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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