Html Css Color HEX #029D4C Pigment Green

📋 copy color: '#029D4C'

red 2 ◦ green 157 ◦ blue 76

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

Shades of Pigment Green #029D4C

Tints of Pigment Green #029D4C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 66.81%

 BLUE value IS 76 (30.08% from 255) = 32.34%

R = 0.85%
G = 66.81%
B = 32.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#029D4C (or 0x029D4C) is known color: Pigment Green. HEX triplet: 02, 9D and 4C. RGB value is (2,157,76). Sum of RGB (Red+Green+Blue) = 2+157+76=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 157 (61.72% from 255 or 66.81% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 157 - color contains mainly: green. Hex color #029D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029D4C is #FD62B3. Grayscale: #656565. Windows color (decimal): -16605876 or 5020930. OLE color: 5020930.

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

Color convert

RGB 2 157 76 -
CMYK 0.99 0 0.52 0.38
HSL 148.65º 0.97% 0.31% -
HSV(B) 148.65º 0.99% 0.62% -
XYZ 13.39 24.65 10.89 -
YUV 101.42 113.65 57.09 -
System Red Green Blue C M Y K H S L
Decimal 2 157 76 0.99 0 0.52 0.38 148.65 0.97 0.31
Hex 2 9D 4C 63 0 34 26 95 61 1F
Octal 2 235 114 143 0 64 46 225 141 37
Binary 10 10011101 1001100 1100011 0 110100 100110 10010101 1100001 11111

Color Harmonies of #029D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029D4C

Black with #029D4C

Text Example


Text Example

White with #029D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,157,76); }

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

background-color css

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

 a { background-color: rgb(2,157,76); }

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

border-color css

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

 span { border-color: rgb(2,157,76); }

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