#29704A

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

Shades of Green Pea #29704A

Tints of Green Pea #29704A

Color information

#29704A (or 0x29704A) is unknown color: approx Green Pea. HEX triplet: 29, 70 and 4A. RGB value is (41,112,74). Sum of RGB (Red+Green+Blue) = 41+112+74=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #29704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29704A is #D68FB5. Grayscale: #565656. Windows color (decimal): -14061494 or 4878377. OLE color: 4878377.

HSL color Cylindrical-coordinate representation of color #29704A: hue angle of 147.89º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29704A is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB4111274-
CMYK0.6300.340.56
HSL147.89º46.41%30%-
HSV(B)147.89º63.39%43.92%-
XYZ7.9412.558.48-
YUV86.44120.9895.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=18.06%
G=49.34%
B=32.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112740.6300.340.56147.8946.4130
Hex29704A3F02238942e1e
Octal5116011277042702245636
Binary1010011110000100101011111101000101110001001010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29704A; }

 p { color: rgb(41,112,74); }

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

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

 a { background-color: rgb(41,112,74); }

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

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

 span { border-color: rgb(41,112,74); }

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