#029640

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

Shades of Pigment Green #029640

Tints of Pigment Green #029640

Color information

#029640 (or 0x029640) is unknown color: approx Pigment Green. HEX triplet: 02, 96 and 40. RGB value is (2,150,64). Sum of RGB (Red+Green+Blue) = 2+150+64=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #029640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029640 is #FD69BF. Grayscale: #606060. Windows color (decimal): -16607680 or 4232706. OLE color: 4232706.

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

Color convert

RGB215064-
CMYK0.9900.570.41
HSL145.14º97.37%29.8%-
HSV(B)145.14º98.67%58.82%-
XYZ11.8622.28.51-
YUV95.94109.9760.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 150 (58.98% from 255) = 69.44%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=0.93%
G=69.44%
B=29.63%

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
Decimal2150640.9900.570.41145.1497.3729.8
Hex29640630392991611e
Octal22261001430715122114136
Binary101001011010000001100011011100110100110010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029640; }

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

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

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

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

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

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

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

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