Html Css Color HEX #059A31 Pigment Green

📋 copy color: '#059A31'

red 5 ◦ green 154 ◦ blue 49

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

Shades of Pigment Green #059A31

Tints of Pigment Green #059A31

RGB

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

 GREEN value IS 154 (60.55% from 255) = 74.04%

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

R = 2.4%
G = 74.04%
B = 23.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#059A31 (or 0x059A31) is known color: Pigment Green. HEX triplet: 05, 9A and 31. RGB value is (5,154,49). Sum of RGB (Red+Green+Blue) = 5+154+49=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 154 (60.55% from 255 or 74.04% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 154 - color contains mainly: green. Hex color #059A31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A31 is #FA65CE. Grayscale: #616161. Windows color (decimal): -16410063 or 3250693. OLE color: 3250693.

HSL color Cylindrical-coordinate representation of color #059A31: hue angle of 137.72º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A31 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 154 49 -
CMYK 0.97 0 0.68 0.40
HSL 137.72º 0.94% 0.31% -
HSV(B) 137.72º 0.97% 0.6% -
XYZ 12.17 23.37 6.77 -
YUV 97.48 100.64 62.04 -
System Red Green Blue C M Y K H S L
Decimal 5 154 49 0.97 0 0.68 0.40 137.72 0.94 0.31
Hex 5 9A 31 61 0 44 28 8A 5E 1F
Octal 5 232 61 141 0 104 50 212 136 37
Binary 101 10011010 110001 1100001 0 1000100 101000 10001010 1011110 11111

Color Harmonies of #059A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059A31

Black with #059A31

Text Example


Text Example

White with #059A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059A31; }

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

 H1.HeaderClassName
 {
   color: #059A31;
 }
 .AnyTagClassName
 {
   color: #059A31;
 }
</style>

background-color css

<style>
 a { background-color: #059A31; }

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

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

border-color css

<style>
 span { border-color: #059A31; }

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

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