Html Css Color HEX #058E32 Pigment Green

📋 copy color: '#058E32'

red 5 ◦ green 142 ◦ blue 50

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

Shades of Pigment Green #058E32

Tints of Pigment Green #058E32

RGB

 RED value IS 5 (2.34% from 255) = 2.54%

 GREEN value IS 142 (55.86% from 255) = 72.08%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 2.54%
G = 72.08%
B = 25.38%

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

#058E32 (or 0x058E32) is known color: Pigment Green. HEX triplet: 05, 8E and 32. RGB value is (5,142,50). Sum of RGB (Red+Green+Blue) = 5+142+50=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 142 (55.86% from 255 or 72.08% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 142 - color contains mainly: green. Hex color #058E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058E32 is #FA71CD. Grayscale: #5A5A5A. Windows color (decimal): -16413134 or 3313157. OLE color: 3313157.

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

Color convert

RGB 5 142 50 -
CMYK 0.96 0 0.65 0.44
HSL 139.71º 0.93% 0.29% -
HSV(B) 139.71º 0.96% 0.56% -
XYZ 10.31 19.61 6.26 -
YUV 90.55 105.11 66.98 -
System Red Green Blue C M Y K H S L
Decimal 5 142 50 0.96 0 0.65 0.44 139.71 0.93 0.29
Hex 5 8E 32 60 0 41 2C 8C 5D 1D
Octal 5 216 62 140 0 101 54 214 135 35
Binary 101 10001110 110010 1100000 0 1000001 101100 10001100 1011101 11101

Color Harmonies of #058E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E32

Black with #058E32

Text Example


Text Example

White with #058E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #058E32;
 }
 .AnyTagClassName
 {
   color: #058E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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