#029237

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

Shades of Pigment Green #029237

Tints of Pigment Green #029237

Color information

#029237 (or 0x029237) is unknown color: approx Pigment Green. HEX triplet: 02, 92 and 37. RGB value is (2,146,55). Sum of RGB (Red+Green+Blue) = 2+146+55=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 146 (57.42% from 255 or 71.92% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 146 - color contains mainly: green. Hex color #029237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029237 is #FD6DC8. Grayscale: #5C5C5C. Windows color (decimal): -16608713 or 3641858. OLE color: 3641858.

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

Color convert

RGB214655-
CMYK0.9900.620.43
HSL142.08º97.3%29.02%-
HSV(B)142.08º98.63%57.25%-
XYZ10.9920.857.06-
YUV92.57106.7963.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 146 (57.42% from 255) = 71.92%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=0.99%
G=71.92%
B=27.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146550.9900.620.43142.0897.329.02
Hex292376303E2B8e611d
Octal2222671430765321614135
Binary10100100101101111100011011111010101110001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029237; }

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

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

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

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

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

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

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

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