Html Css Color HEX #058F31 Pigment Green

📋 copy color: '#058F31'

red 5 ◦ green 143 ◦ blue 49

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

Shades of Pigment Green #058F31

Tints of Pigment Green #058F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.87%

R = 2.54%
G = 72.59%
B = 24.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#058F31 (or 0x058F31) is known color: Pigment Green. HEX triplet: 05, 8F and 31. RGB value is (5,143,49). Sum of RGB (Red+Green+Blue) = 5+143+49=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 143 (56.25% from 255 or 72.59% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 143 - color contains mainly: green. Hex color #058F31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F31 is #FA70CE. Grayscale: #5B5B5B. Windows color (decimal): -16412879 or 3247877. OLE color: 3247877.

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

Color convert

RGB 5 143 49 -
CMYK 0.97 0 0.66 0.44
HSL 139.13º 0.93% 0.29% -
HSV(B) 139.13º 0.97% 0.56% -
XYZ 10.44 19.9 6.2 -
YUV 91.02 104.28 66.64 -
System Red Green Blue C M Y K H S L
Decimal 5 143 49 0.97 0 0.66 0.44 139.13 0.93 0.29
Hex 5 8F 31 61 0 42 2C 8B 5D 1D
Octal 5 217 61 141 0 102 54 213 135 35
Binary 101 10001111 110001 1100001 0 1000010 101100 10001011 1011101 11101

Color Harmonies of #058F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058F31

Black with #058F31

Text Example


Text Example

White with #058F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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