#296B4B

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

Shades of Green Pea #296B4B

Tints of Green Pea #296B4B

Color information

#296B4B (or 0x296B4B) is unknown color: approx Green Pea. HEX triplet: 29, 6B and 4B. RGB value is (41,107,75). Sum of RGB (Red+Green+Blue) = 41+107+75=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #296B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B4B is #D694B4. Grayscale: #535353. Windows color (decimal): -14062773 or 4942633. OLE color: 4942633.

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

Color convert

RGB4110775-
CMYK0.6200.300.58
HSL150.91º44.59%29.02%-
HSV(B)150.91º61.68%41.96%-
XYZ7.4411.498.48-
YUV83.62123.1397.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=18.39%
G=47.98%
B=33.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107750.6200.300.58150.9144.5929.02
Hex296B4B3E01E3A972d1d
Octal5115311376036722275535
Binary101001110101110010111111100111101110101001011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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