Html Css Color HEX #029C4D Pigment Green

📋 copy color: '#029C4D'

red 2 ◦ green 156 ◦ blue 77

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

Shades of Pigment Green #029C4D

Tints of Pigment Green #029C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.77%

R = 0.85%
G = 66.38%
B = 32.77%

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

#029C4D (or 0x029C4D) is known color: Pigment Green. HEX triplet: 02, 9C and 4D. RGB value is (2,156,77). Sum of RGB (Red+Green+Blue) = 2+156+77=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 156 (61.33% from 255 or 66.38% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 156 - color contains mainly: green. Hex color #029C4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029C4D is #FD63B2. Grayscale: #656565. Windows color (decimal): -16606131 or 5086210. OLE color: 5086210.

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

Color convert

RGB 2 156 77 -
CMYK 0.99 0 0.51 0.39
HSL 149.22º 0.97% 0.31% -
HSV(B) 149.22º 0.99% 0.61% -
XYZ 13.25 24.33 11.02 -
YUV 100.95 114.48 57.42 -
System Red Green Blue C M Y K H S L
Decimal 2 156 77 0.99 0 0.51 0.39 149.22 0.97 0.31
Hex 2 9C 4D 63 0 33 27 95 61 1F
Octal 2 234 115 143 0 63 47 225 141 37
Binary 10 10011100 1001101 1100011 0 110011 100111 10010101 1100001 11111

Color Harmonies of #029C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029C4D

Black with #029C4D

Text Example


Text Example

White with #029C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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