Html Css Color HEX #058F48 Pigment Green

📋 copy color: '#058F48'

red 5 ◦ green 143 ◦ blue 72

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

Shades of Pigment Green #058F48

Tints of Pigment Green #058F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 2.27%
G = 65%
B = 32.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#058F48 (or 0x058F48) is known color: Pigment Green. HEX triplet: 05, 8F and 48. RGB value is (5,143,72). Sum of RGB (Red+Green+Blue) = 5+143+72=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 143 (56.25% from 255 or 65% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 143 - color contains mainly: green. Hex color #058F48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F48 is #FA70B7. Grayscale: #5D5D5D. Windows color (decimal): -16412856 or 4755205. OLE color: 4755205.

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

Color convert

RGB 5 143 72 -
CMYK 0.97 0 0.50 0.44
HSL 149.13º 0.93% 0.29% -
HSV(B) 149.13º 0.97% 0.56% -
XYZ 11.05 20.15 9.44 -
YUV 93.64 115.78 64.77 -
System Red Green Blue C M Y K H S L
Decimal 5 143 72 0.97 0 0.50 0.44 149.13 0.93 0.29
Hex 5 8F 48 61 0 32 2C 95 5D 1D
Octal 5 217 110 141 0 62 54 225 135 35
Binary 101 10001111 1001000 1100001 0 110010 101100 10010101 1011101 11101

Color Harmonies of #058F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F48

Black with #058F48

Text Example


Text Example

White with #058F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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