#29694C

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

Shades of Green Pea #29694C

Tints of Green Pea #29694C

Color information

#29694C (or 0x29694C) is unknown color: approx Green Pea. HEX triplet: 29, 69 and 4C. RGB value is (41,105,76). Sum of RGB (Red+Green+Blue) = 41+105+76=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #29694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29694C is #D696B3. Grayscale: #525252. Windows color (decimal): -14063284 or 5007657. OLE color: 5007657.

HSL color Cylindrical-coordinate representation of color #29694C: hue angle of 152.81º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29694C is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB4110576-
CMYK0.6100.280.59
HSL152.81º43.84%28.63%-
HSV(B)152.81º60.95%41.18%-
XYZ7.2711.18.6-
YUV82.56124.398.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 105 (41.41% from 255) = 47.30%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=18.47%
G=47.30%
B=34.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105760.6100.280.59152.8143.8428.63
Hex29694C3D01C3B992c1d
Octal5115111475034732315435
Binary101001110100110011001111010111001110111001100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29694C; }

 p { color: rgb(41,105,76); }

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

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

 a { background-color: rgb(41,105,76); }

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

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

 span { border-color: rgb(41,105,76); }

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