#029C3F

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

Shades of Pigment Green #029C3F

Tints of Pigment Green #029C3F

Color information

#029C3F (or 0x029C3F) is unknown color: approx Pigment Green. HEX triplet: 02, 9C and 3F. RGB value is (2,156,63). Sum of RGB (Red+Green+Blue) = 2+156+63=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 156 (61.33% from 255 or 70.59% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 156 - color contains mainly: green. Hex color #029C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029C3F is #FD63C0. Grayscale: #636363. Windows color (decimal): -16606145 or 4168706. OLE color: 4168706.

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

Color convert

RGB215663-
CMYK0.9900.600.39
HSL143.77º97.47%30.98%-
HSV(B)143.77º98.72%61.18%-
XYZ12.8124.158.69-
YUV99.35107.4858.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 156 (61.33% from 255) = 70.59%
BLUE value IS 63 (25% from 255) = 28.51%
R=0.90%
G=70.59%
B=28.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2156630.9900.600.39143.7797.4730.98
Hex29C3F6303C2790611f
Octal2234771430744722014137
Binary10100111001111111100011011110010011110010000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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