#029C53

Color #029C53 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #029C53

Tints of Pigment Green #029C53

Color information

#029C53 (or 0x029C53) is unknown color: approx Pigment Green. HEX triplet: 02, 9C and 53. RGB value is (2,156,83). Sum of RGB (Red+Green+Blue) = 2+156+83=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 156 (61.33% from 255 or 64.73% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 156 - color contains mainly: green. Hex color #029C53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029C53 is #FD63AC. Grayscale: #656565. Windows color (decimal): -16606125 or 5479426. OLE color: 5479426.

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

Color convert

RGB215683-
CMYK0.9900.470.39
HSL151.56º97.47%30.98%-
HSV(B)151.56º98.72%61.18%-
XYZ13.4724.4112.19-
YUV101.63117.4856.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 156 (61.33% from 255) = 64.73%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=0.83%
G=64.73%
B=34.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2156830.9900.470.39151.5697.4730.98
Hex29C536302F2798611f
Octal22341231430574723014137
Binary101001110010100111100011010111110011110011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #029C53;
 }
 .AnyTagClassName
 {
   color: #029C53;
 }
</style>
background-color css

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

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

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

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

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

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