#029549

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

Shades of Pigment Green #029549

Tints of Pigment Green #029549

Color information

#029549 (or 0x029549) is unknown color: approx Pigment Green. HEX triplet: 02, 95 and 49. RGB value is (2,149,73). Sum of RGB (Red+Green+Blue) = 2+149+73=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #029549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029549 is #FD6AB6. Grayscale: #606060. Windows color (decimal): -16607927 or 4822274. OLE color: 4822274.

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

Color convert

RGB214973-
CMYK0.9900.510.42
HSL148.98º97.35%29.61%-
HSV(B)148.98º98.66%58.43%-
XYZ11.9821.999.92-
YUV96.38114.860.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 149 (58.59% from 255) = 66.52%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=0.89%
G=66.52%
B=32.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2149730.9900.510.42148.9897.3529.61
Hex29549630332A95611e
Octal22251111430635222514136
Binary101001010110010011100011011001110101010010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029549; }

 p { color: rgb(2,149,73); }

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

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

 a { background-color: rgb(2,149,73); }

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

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

 span { border-color: rgb(2,149,73); }

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