#058E2B

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

Shades of Forest Green #058E2B

Tints of Forest Green #058E2B

Color information

#058E2B (or 0x058E2B) is unknown color: approx Forest Green. HEX triplet: 05, 8E and 2B. RGB value is (5,142,43). Sum of RGB (Red+Green+Blue) = 5+142+43=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 142 (55.86% from 255 or 74.74% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 142 - color contains mainly: green. Hex color #058E2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E2B is #FA71D4. Grayscale: #5A5A5A. Windows color (decimal): -16413141 or 2854405. OLE color: 2854405.

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

Color convert

RGB514243-
CMYK0.9600.700.44
HSL136.64º93.2%28.82%-
HSV(B)136.64º96.48%55.69%-
XYZ10.1719.555.52-
YUV89.75101.6167.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 142 (55.86% from 255) = 74.74%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=2.63%
G=74.74%
B=22.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5142430.9600.700.44136.6493.228.82
Hex58E2B600462C895d1d
Octal52165314001065421113535
Binary1011000111010101111000000100011010110010001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,142,43); }

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

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

 a { background-color: rgb(5,142,43); }

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

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

 span { border-color: rgb(5,142,43); }

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