#296B4C

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

Shades of Green Pea #296B4C

Tints of Green Pea #296B4C

Color information

#296B4C (or 0x296B4C) is unknown color: approx Green Pea. HEX triplet: 29, 6B and 4C. RGB value is (41,107,76). Sum of RGB (Red+Green+Blue) = 41+107+76=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #296B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B4C is #D694B3. Grayscale: #535353. Windows color (decimal): -14062772 or 5008169. OLE color: 5008169.

HSL color Cylindrical-coordinate representation of color #296B4C: hue angle of 151.82º 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 #296B4C is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB4110776-
CMYK0.6200.290.58
HSL151.82º44.59%29.02%-
HSV(B)151.82º61.68%41.96%-
XYZ7.4811.518.66-
YUV83.73123.6397.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 107 (42.19% from 255) = 47.77%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=18.30%
G=47.77%
B=33.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107760.6200.290.58151.8244.5929.02
Hex296B4C3E01D3A982d1d
Octal5115311476035722305535
Binary101001110101110011001111100111011110101001100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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