#296B45

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

Shades of Green Pea #296B45

Tints of Green Pea #296B45

Color information

#296B45 (or 0x296B45) is unknown color: approx Green Pea. HEX triplet: 29, 6B and 45. RGB value is (41,107,69). Sum of RGB (Red+Green+Blue) = 41+107+69=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #296B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B45 is #D694BA. Grayscale: #535353. Windows color (decimal): -14062779 or 4549417. OLE color: 4549417.

HSL color Cylindrical-coordinate representation of color #296B45: hue angle of 145.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B45 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB4110769-
CMYK0.6200.360.58
HSL145.45º44.59%29.02%-
HSV(B)145.45º61.68%41.96%-
XYZ7.2511.427.45-
YUV82.93120.1398.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=18.89%
G=49.31%
B=31.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107690.6200.360.58145.4544.5929.02
Hex296B453E0243A912d1d
Octal5115310576044722215535
Binary1010011101011100010111111001001001110101001000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296B45; }

 p { color: rgb(41,107,69); }

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

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

 a { background-color: rgb(41,107,69); }

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

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

 span { border-color: rgb(41,107,69); }

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