#058E31

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

Shades of Pigment Green #058E31

Tints of Pigment Green #058E31

Color information

#058E31 (or 0x058E31) is unknown color: approx Pigment Green. HEX triplet: 05, 8E and 31. RGB value is (5,142,49). Sum of RGB (Red+Green+Blue) = 5+142+49=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 142 (55.86% from 255 or 72.45% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 142 - color contains mainly: green. Hex color #058E31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E31 is #FA71CE. Grayscale: #5A5A5A. Windows color (decimal): -16413135 or 3247621. OLE color: 3247621.

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

Color convert

RGB514249-
CMYK0.9600.650.44
HSL139.27º93.2%28.82%-
HSV(B)139.27º96.48%55.69%-
XYZ10.2919.66.15-
YUV90.44104.6167.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 142 (55.86% from 255) = 72.45%
BLUE value IS 49 (19.53% from 255) = 25%
R=2.55%
G=72.45%
B=25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5142490.9600.650.44139.2793.228.82
Hex58E31600412C8b5d1d
Octal52166114001015421313535
Binary1011000111011000111000000100000110110010001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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