#29704F

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

Shades of Green Pea #29704F

Tints of Green Pea #29704F

Color information

#29704F (or 0x29704F) is unknown color: approx Green Pea. HEX triplet: 29, 70 and 4F. RGB value is (41,112,79). Sum of RGB (Red+Green+Blue) = 41+112+79=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #29704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29704F is #D68FB0. Grayscale: #575757. Windows color (decimal): -14061489 or 5206057. OLE color: 5206057.

HSL color Cylindrical-coordinate representation of color #29704F: hue angle of 152.11º 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 #29704F is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB4111279-
CMYK0.6300.290.56
HSL152.11º46.41%30%-
HSV(B)152.11º63.39%43.92%-
XYZ8.1212.629.41-
YUV87.01123.4895.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=17.67%
G=48.28%
B=34.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112790.6300.290.56152.1146.4130
Hex29704F3F01D38982e1e
Octal5116011777035702305636
Binary101001111000010011111111110111011110001001100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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