Html Css Color HEX #058D42 Pigment Green

📋 copy color: '#058D42'

red 5 ◦ green 141 ◦ blue 66

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

Shades of Pigment Green #058D42

Tints of Pigment Green #058D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 2.36%
G = 66.51%
B = 31.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#058D42 (or 0x058D42) is known color: Pigment Green. HEX triplet: 05, 8D and 42. RGB value is (5,141,66). Sum of RGB (Red+Green+Blue) = 5+141+66=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 141 (55.47% from 255 or 66.51% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 141 - color contains mainly: green. Hex color #058D42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D42 is #FA72BD. Grayscale: #5B5B5B. Windows color (decimal): -16413374 or 4361477. OLE color: 4361477.

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

Color convert

RGB 5 141 66 -
CMYK 0.96 0 0.53 0.45
HSL 146.91º 0.93% 0.29% -
HSV(B) 146.91º 0.96% 0.55% -
XYZ 10.57 19.48 8.36 -
YUV 91.79 113.44 66.1 -
System Red Green Blue C M Y K H S L
Decimal 5 141 66 0.96 0 0.53 0.45 146.91 0.93 0.29
Hex 5 8D 42 60 0 35 2D 93 5D 1D
Octal 5 215 102 140 0 65 55 223 135 35
Binary 101 10001101 1000010 1100000 0 110101 101101 10010011 1011101 11101

Color Harmonies of #058D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D42

Black with #058D42

Text Example


Text Example

White with #058D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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