Html Css Color HEX #058F50 Pigment Green

📋 copy color: '#058F50'

red 5 ◦ green 143 ◦ blue 80

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

Shades of Pigment Green #058F50

Tints of Pigment Green #058F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 62.72%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 2.19%
G = 62.72%
B = 35.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#058F50 (or 0x058F50) is known color: Pigment Green. HEX triplet: 05, 8F and 50. RGB value is (5,143,80). Sum of RGB (Red+Green+Blue) = 5+143+80=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #058F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F50 is #FA70AF. Grayscale: #5E5E5E. Windows color (decimal): -16412848 or 5279493. OLE color: 5279493.

HSL color Cylindrical-coordinate representation of color #058F50: hue angle of 152.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F50 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 143 80 -
CMYK 0.97 0 0.44 0.44
HSL 152.61º 0.93% 0.29% -
HSV(B) 152.61º 0.97% 0.56% -
XYZ 11.33 20.26 10.9 -
YUV 94.56 119.78 64.12 -
System Red Green Blue C M Y K H S L
Decimal 5 143 80 0.97 0 0.44 0.44 152.61 0.93 0.29
Hex 5 8F 50 61 0 2C 2C 99 5D 1D
Octal 5 217 120 141 0 54 54 231 135 35
Binary 101 10001111 1010000 1100001 0 101100 101100 10011001 1011101 11101

Color Harmonies of #058F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F50

Black with #058F50

Text Example


Text Example

White with #058F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,80); }

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

background-color css

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

 a { background-color: rgb(5,143,80); }

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

border-color css

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

 span { border-color: rgb(5,143,80); }

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