#029942

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

Shades of Pigment Green #029942

Tints of Pigment Green #029942

Color information

#029942 (or 0x029942) is unknown color: approx Pigment Green. HEX triplet: 02, 99 and 42. RGB value is (2,153,66). Sum of RGB (Red+Green+Blue) = 2+153+66=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 153 (60.16% from 255 or 69.23% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 153 - color contains mainly: green. Hex color #029942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029942 is #FD66BD. Grayscale: #626262. Windows color (decimal): -16606910 or 4364546. OLE color: 4364546.

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

Color convert

RGB215366-
CMYK0.9900.570.4
HSL145.43º97.42%30.39%-
HSV(B)145.43º98.69%60%-
XYZ12.423.198.98-
YUV97.93109.9759.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 153 (60.16% from 255) = 69.23%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=0.90%
G=69.23%
B=29.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2153660.9900.570.4145.4397.4230.39
Hex29942630392891611e
Octal22311021430715022114136
Binary101001100110000101100011011100110100010010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029942; }

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

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

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

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

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

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

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

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