Html Css Color HEX #029C4C Pigment Green

📋 copy color: '#029C4C'

red 2 ◦ green 156 ◦ blue 76

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

Shades of Pigment Green #029C4C

Tints of Pigment Green #029C4C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 66.67%

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

R = 0.85%
G = 66.67%
B = 32.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#029C4C (or 0x029C4C) is known color: Pigment Green. HEX triplet: 02, 9C and 4C. RGB value is (2,156,76). Sum of RGB (Red+Green+Blue) = 2+156+76=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 156 (61.33% from 255 or 66.67% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 156 - color contains mainly: green. Hex color #029C4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029C4C is #FD63B3. Grayscale: #646464. Windows color (decimal): -16606132 or 5020674. OLE color: 5020674.

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

Color convert

RGB 2 156 76 -
CMYK 0.99 0 0.51 0.39
HSL 148.83º 0.97% 0.31% -
HSV(B) 148.83º 0.99% 0.61% -
XYZ 13.22 24.31 10.83 -
YUV 100.83 113.98 57.5 -
System Red Green Blue C M Y K H S L
Decimal 2 156 76 0.99 0 0.51 0.39 148.83 0.97 0.31
Hex 2 9C 4C 63 0 33 27 95 61 1F
Octal 2 234 114 143 0 63 47 225 141 37
Binary 10 10011100 1001100 1100011 0 110011 100111 10010101 1100001 11111

Color Harmonies of #029C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029C4C

Black with #029C4C

Text Example


Text Example

White with #029C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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