#029536

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

Shades of Pigment Green #029536

Tints of Pigment Green #029536

Color information

#029536 (or 0x029536) is unknown color: approx Pigment Green. HEX triplet: 02, 95 and 36. RGB value is (2,149,54). Sum of RGB (Red+Green+Blue) = 2+149+54=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #029536 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029536 is #FD6AC9. Grayscale: #5E5E5E. Windows color (decimal): -16607946 or 3577090. OLE color: 3577090.

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

Color convert

RGB214954-
CMYK0.9900.640.42
HSL141.22º97.35%29.61%-
HSV(B)141.22º98.66%58.43%-
XYZ11.4421.777.09-
YUV94.22105.362.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 149 (58.59% from 255) = 72.68%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=0.98%
G=72.68%
B=26.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2149540.9900.640.42141.2297.3529.61
Hex29536630402A8d611e
Octal22256614301005221514136
Binary101001010111011011000110100000010101010001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029536; }

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

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

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

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

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

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

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

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