#296949

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

Shades of Green Pea #296949

Tints of Green Pea #296949

Color information

#296949 (or 0x296949) is unknown color: approx Green Pea. HEX triplet: 29, 69 and 49. RGB value is (41,105,73). Sum of RGB (Red+Green+Blue) = 41+105+73=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #296949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296949 is #D696B6. Grayscale: #525252. Windows color (decimal): -14063287 or 4811049. OLE color: 4811049.

HSL color Cylindrical-coordinate representation of color #296949: hue angle of 150º 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 #296949 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB4110573-
CMYK0.6100.300.59
HSL150º43.84%28.63%-
HSV(B)150º60.95%41.18%-
XYZ7.1711.068.06-
YUV82.22122.898.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=18.72%
G=47.95%
B=33.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105730.6100.300.5915043.8428.63
Hex2969493D01E3B962c1d
Octal5115111175036732265435
Binary101001110100110010011111010111101110111001011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296949; }

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

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

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

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

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

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

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

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