#029632

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

Shades of Pigment Green #029632

Tints of Pigment Green #029632

Color information

#029632 (or 0x029632) is unknown color: approx Pigment Green. HEX triplet: 02, 96 and 32. RGB value is (2,150,50). Sum of RGB (Red+Green+Blue) = 2+150+50=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 150 (58.98% from 255 or 74.26% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 150 - color contains mainly: green. Hex color #029632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029632 is #FD69CD. Grayscale: #5E5E5E. Windows color (decimal): -16607694 or 3315202. OLE color: 3315202.

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

Color convert

RGB215050-
CMYK0.9900.670.41
HSL139.46º97.37%29.8%-
HSV(B)139.46º98.67%58.82%-
XYZ11.5122.066.67-
YUV94.35102.9762.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 150 (58.98% from 255) = 74.26%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=0.99%
G=74.26%
B=24.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150500.9900.670.41139.4697.3729.8
Hex2963263043298b611e
Octal22266214301035121314136
Binary101001011011001011000110100001110100110001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029632; }

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

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

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

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

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

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

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

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