Html Css Color HEX #058F37 Pigment Green

📋 copy color: '#058F37'

red 5 ◦ green 143 ◦ blue 55

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

Shades of Pigment Green #058F37

Tints of Pigment Green #058F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.09%

R = 2.46%
G = 70.44%
B = 27.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#058F37 (or 0x058F37) is known color: Pigment Green. HEX triplet: 05, 8F and 37. RGB value is (5,143,55). Sum of RGB (Red+Green+Blue) = 5+143+55=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #058F37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F37 is #FA70C8. Grayscale: #5B5B5B. Windows color (decimal): -16412873 or 3641093. OLE color: 3641093.

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

Color convert

RGB 5 143 55 -
CMYK 0.97 0 0.62 0.44
HSL 141.74º 0.93% 0.29% -
HSV(B) 141.74º 0.97% 0.56% -
XYZ 10.57 19.95 6.91 -
YUV 91.71 107.28 66.16 -
System Red Green Blue C M Y K H S L
Decimal 5 143 55 0.97 0 0.62 0.44 141.74 0.93 0.29
Hex 5 8F 37 61 0 3E 2C 8E 5D 1D
Octal 5 217 67 141 0 76 54 216 135 35
Binary 101 10001111 110111 1100001 0 111110 101100 10001110 1011101 11101

Color Harmonies of #058F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F37

Black with #058F37

Text Example


Text Example

White with #058F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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