#029641

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

Shades of Pigment Green #029641

Tints of Pigment Green #029641

Color information

#029641 (or 0x029641) is unknown color: approx Pigment Green. HEX triplet: 02, 96 and 41. RGB value is (2,150,65). Sum of RGB (Red+Green+Blue) = 2+150+65=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #029641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029641 is #FD69BE. Grayscale: #606060. Windows color (decimal): -16607679 or 4298242. OLE color: 4298242.

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

Color convert

RGB215065-
CMYK0.9900.570.41
HSL145.54º97.37%29.8%-
HSV(B)145.54º98.67%58.82%-
XYZ11.8922.218.66-
YUV96.06110.4760.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 150 (58.98% from 255) = 69.12%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=0.92%
G=69.12%
B=29.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150650.9900.570.41145.5497.3729.8
Hex29641630392992611e
Octal22261011430715122214136
Binary101001011010000011100011011100110100110010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029641; }

 p { color: rgb(2,150,65); }

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

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

 a { background-color: rgb(2,150,65); }

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

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

 span { border-color: rgb(2,150,65); }

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