Html Css Color HEX #058D34 Pigment Green

📋 copy color: '#058D34'

red 5 ◦ green 141 ◦ blue 52

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

Shades of Pigment Green #058D34

Tints of Pigment Green #058D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 71.21%

 BLUE value IS 52 (20.7% from 255) = 26.26%

R = 2.53%
G = 71.21%
B = 26.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#058D34 (or 0x058D34) is known color: Pigment Green. HEX triplet: 05, 8D and 34. RGB value is (5,141,52). Sum of RGB (Red+Green+Blue) = 5+141+52=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 141 (55.47% from 255 or 71.21% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 141 - color contains mainly: green. Hex color #058D34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D34 is #FA72CB. Grayscale: #5A5A5A. Windows color (decimal): -16413388 or 3443973. OLE color: 3443973.

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

Color convert

RGB 5 141 52 -
CMYK 0.96 0 0.63 0.45
HSL 140.74º 0.93% 0.29% -
HSV(B) 140.74º 0.96% 0.55% -
XYZ 10.21 19.33 6.44 -
YUV 90.19 106.44 67.24 -
System Red Green Blue C M Y K H S L
Decimal 5 141 52 0.96 0 0.63 0.45 140.74 0.93 0.29
Hex 5 8D 34 60 0 3F 2D 8D 5D 1D
Octal 5 215 64 140 0 77 55 215 135 35
Binary 101 10001101 110100 1100000 0 111111 101101 10001101 1011101 11101

Color Harmonies of #058D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D34

Black with #058D34

Text Example


Text Example

White with #058D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,141,52); }

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

background-color css

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

 a { background-color: rgb(5,141,52); }

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

border-color css

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

 span { border-color: rgb(5,141,52); }

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