#029337

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

Shades of Pigment Green #029337

Tints of Pigment Green #029337

Color information

#029337 (or 0x029337) is unknown color: approx Pigment Green. HEX triplet: 02, 93 and 37. RGB value is (2,147,55). Sum of RGB (Red+Green+Blue) = 2+147+55=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 147 (57.81% from 255 or 72.06% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 147 - color contains mainly: green. Hex color #029337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029337 is #FD6CC8. Grayscale: #5D5D5D. Windows color (decimal): -16608457 or 3642114. OLE color: 3642114.

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

Color convert

RGB214755-
CMYK0.9900.630.42
HSL141.93º97.32%29.22%-
HSV(B)141.93º98.64%57.65%-
XYZ11.1521.167.11-
YUV93.16106.4662.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 147 (57.81% from 255) = 72.06%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=0.98%
G=72.06%
B=26.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2147550.9900.630.42141.9397.3229.22
Hex293376303F2A8e611d
Octal2223671430775221614135
Binary10100100111101111100011011111110101010001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029337; }

 p { color: rgb(2,147,55); }

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

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

 a { background-color: rgb(2,147,55); }

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

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

 span { border-color: rgb(2,147,55); }

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