Html Css Color HEX #058E31 Pigment Green

📋 copy color: '#058E31'

red 5 ◦ green 142 ◦ blue 49

#058E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #058E31

Tints of Pigment Green #058E31

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 value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#058E31 (or 0x058E31) is known color: 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

RGB 5 142 49 -
CMYK 0.96 0 0.65 0.44
HSL 139.27º 0.93% 0.29% -
HSV(B) 139.27º 0.96% 0.56% -
XYZ 10.29 19.6 6.15 -
YUV 90.44 104.61 67.06 -
System Red Green Blue C M Y K H S L
Decimal 5 142 49 0.96 0 0.65 0.44 139.27 0.93 0.29
Hex 5 8E 31 60 0 41 2C 8B 5D 1D
Octal 5 216 61 140 0 101 54 213 135 35
Binary 101 10001110 110001 1100000 0 1000001 101100 10001011 1011101 11101

Color Harmonies of #058E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E31

Black with #058E31

Text Example


Text Example

White with #058E31

Text Example


Text Example

HTML Codes & Css Web 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>