Html Css Color HEX #029F56 Pigment Green

📋 copy color: '#029F56'

red 2 ◦ green 159 ◦ blue 86

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

Shades of Pigment Green #029F56

Tints of Pigment Green #029F56

RGB

 RED value IS 2 (1.17% from 255) = 0.81%

 GREEN value IS 159 (62.5% from 255) = 64.37%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 0.81%
G = 64.37%
B = 34.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#029F56 (or 0x029F56) is known color: Pigment Green. HEX triplet: 02, 9F and 56. RGB value is (2,159,86). Sum of RGB (Red+Green+Blue) = 2+159+86=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 159 (62.5% from 255 or 64.37% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 159 - color contains mainly: green. Hex color #029F56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F56 is #FD60A9. Grayscale: #676767. Windows color (decimal): -16605354 or 5676802. OLE color: 5676802.

HSL color Cylindrical-coordinate representation of color #029F56: hue angle of 152.1º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F56 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 86 -
CMYK 0.99 0 0.46 0.38
HSL 152.1º 0.98% 0.32% -
HSV(B) 152.1º 0.99% 0.62% -
XYZ 14.1 25.48 12.98 -
YUV 103.74 117.99 55.44 -
System Red Green Blue C M Y K H S L
Decimal 2 159 86 0.99 0 0.46 0.38 152.1 0.98 0.32
Hex 2 9F 56 63 0 2E 26 98 62 20
Octal 2 237 126 143 0 56 46 230 142 40
Binary 10 10011111 1010110 1100011 0 101110 100110 10011000 1100010 100000

Color Harmonies of #029F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F56

Black with #029F56

Text Example


Text Example

White with #029F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029F56; }

 p { color: rgb(2,159,86); }

 H1.HeaderClassName
 {
   color: #029F56;
 }
 .AnyTagClassName
 {
   color: #029F56;
 }
</style>

background-color css

<style>
 a { background-color: #029F56; }

 a { background-color: rgb(2,159,86); }

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

border-color css

<style>
 span { border-color: #029F56; }

 span { border-color: rgb(2,159,86); }

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