#029242

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

Shades of Pigment Green #029242

Tints of Pigment Green #029242

Color information

#029242 (or 0x029242) is unknown color: approx Pigment Green. HEX triplet: 02, 92 and 42. RGB value is (2,146,66). Sum of RGB (Red+Green+Blue) = 2+146+66=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 146 (57.42% from 255 or 68.22% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 146 - color contains mainly: green. Hex color #029242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029242 is #FD6DBD. Grayscale: #5E5E5E. Windows color (decimal): -16608702 or 4362754. OLE color: 4362754.

HSL color Cylindrical-coordinate representation of color #029242: hue angle of 146.67º 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 #029242 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB214666-
CMYK0.9900.550.43
HSL146.67º97.3%29.02%-
HSV(B)146.67º98.63%57.25%-
XYZ11.2920.968.61-
YUV93.82112.2962.5-

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) = 68.22%
BLUE value IS 66 (26.17% from 255) = 30.84%
R=0.93%
G=68.22%
B=30.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146660.9900.550.43146.6797.329.02
Hex29242630372B93611d
Octal22221021430675322314135
Binary101001001010000101100011011011110101110010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029242; }

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

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

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

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

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

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

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

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