Html Css Color HEX #059A2F Pigment Green

📋 copy color: '#059A2F'

red 5 ◦ green 154 ◦ blue 47

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

Shades of Pigment Green #059A2F

Tints of Pigment Green #059A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 2.43%
G = 74.76%
B = 22.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#059A2F (or 0x059A2F) is known color: Pigment Green. HEX triplet: 05, 9A and 2F. RGB value is (5,154,47). Sum of RGB (Red+Green+Blue) = 5+154+47=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 154 (60.55% from 255 or 74.76% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 154 - color contains mainly: green. Hex color #059A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A2F is #FA65D0. Grayscale: #616161. Windows color (decimal): -16410065 or 3119621. OLE color: 3119621.

HSL color Cylindrical-coordinate representation of color #059A2F: hue angle of 136.91º 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 #059A2F is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 154 47 -
CMYK 0.97 0 0.69 0.40
HSL 136.91º 0.94% 0.31% -
HSV(B) 136.91º 0.97% 0.6% -
XYZ 12.13 23.35 6.56 -
YUV 97.25 99.64 62.2 -
System Red Green Blue C M Y K H S L
Decimal 5 154 47 0.97 0 0.69 0.40 136.91 0.94 0.31
Hex 5 9A 2F 61 0 45 28 89 5E 1F
Octal 5 232 57 141 0 105 50 211 136 37
Binary 101 10011010 101111 1100001 0 1000101 101000 10001001 1011110 11111

Color Harmonies of #059A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059A2F

Black with #059A2F

Text Example


Text Example

White with #059A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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