#029244

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

Shades of Pigment Green #029244

Tints of Pigment Green #029244

Color information

#029244 (or 0x029244) is unknown color: approx Pigment Green. HEX triplet: 02, 92 and 44. RGB value is (2,146,68). Sum of RGB (Red+Green+Blue) = 2+146+68=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 146 (57.42% from 255 or 67.59% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 146 - color contains mainly: green. Hex color #029244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029244 is #FD6DBB. Grayscale: #5E5E5E. Windows color (decimal): -16608700 or 4493826. OLE color: 4493826.

HSL color Cylindrical-coordinate representation of color #029244: hue angle of 147.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029244 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB214668-
CMYK0.9900.530.43
HSL147.5º97.3%29.02%-
HSV(B)147.5º98.63%57.25%-
XYZ11.3520.998.92-
YUV94.05113.2962.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 146 (57.42% from 255) = 67.59%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=0.93%
G=67.59%
B=31.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146680.9900.530.43147.597.329.02
Hex29244630352B94611d
Octal22221041430655322414135
Binary101001001010001001100011011010110101110010100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029244; }

 p { color: rgb(2,146,68); }

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

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

 a { background-color: rgb(2,146,68); }

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

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

 span { border-color: rgb(2,146,68); }

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