Html Css Color HEX #058D46 Pigment Green

📋 copy color: '#058D46'

red 5 ◦ green 141 ◦ blue 70

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

Shades of Pigment Green #058D46

Tints of Pigment Green #058D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.41%

R = 2.31%
G = 65.28%
B = 32.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#058D46 (or 0x058D46) is known color: Pigment Green. HEX triplet: 05, 8D and 46. RGB value is (5,141,70). Sum of RGB (Red+Green+Blue) = 5+141+70=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #058D46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D46 is #FA72B9. Grayscale: #5C5C5C. Windows color (decimal): -16413370 or 4623621. OLE color: 4623621.

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

Color convert

RGB 5 141 70 -
CMYK 0.96 0 0.50 0.45
HSL 148.68º 0.93% 0.29% -
HSV(B) 148.68º 0.96% 0.55% -
XYZ 10.69 19.52 9 -
YUV 92.24 115.44 65.77 -
System Red Green Blue C M Y K H S L
Decimal 5 141 70 0.96 0 0.50 0.45 148.68 0.93 0.29
Hex 5 8D 46 60 0 32 2D 95 5D 1D
Octal 5 215 106 140 0 62 55 225 135 35
Binary 101 10001101 1000110 1100000 0 110010 101101 10010101 1011101 11101

Color Harmonies of #058D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D46

Black with #058D46

Text Example


Text Example

White with #058D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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