Html Css Color HEX #029F4E Pigment Green

📋 copy color: '#029F4E'

red 2 ◦ green 159 ◦ blue 78

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

Shades of Pigment Green #029F4E

Tints of Pigment Green #029F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 0.84%
G = 66.53%
B = 32.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#029F4E (or 0x029F4E) is known color: Pigment Green. HEX triplet: 02, 9F and 4E. RGB value is (2,159,78). Sum of RGB (Red+Green+Blue) = 2+159+78=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 159 (62.5% from 255 or 66.53% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 159 - color contains mainly: green. Hex color #029F4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F4E is #FD60B1. Grayscale: #666666. Windows color (decimal): -16605362 or 5152514. OLE color: 5152514.

HSL color Cylindrical-coordinate representation of color #029F4E: hue angle of 149.04º 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 #029F4E is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 78 -
CMYK 0.99 0 0.51 0.38
HSL 149.04º 0.98% 0.32% -
HSV(B) 149.04º 0.99% 0.62% -
XYZ 13.8 25.36 11.38 -
YUV 102.82 113.99 56.09 -
System Red Green Blue C M Y K H S L
Decimal 2 159 78 0.99 0 0.51 0.38 149.04 0.98 0.32
Hex 2 9F 4E 63 0 33 26 95 62 20
Octal 2 237 116 143 0 63 46 225 142 40
Binary 10 10011111 1001110 1100011 0 110011 100110 10010101 1100010 100000

Color Harmonies of #029F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F4E

Black with #029F4E

Text Example


Text Example

White with #029F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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