#296B40

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

Shades of Camarone #296B40

Tints of Camarone #296B40

Color information

#296B40 (or 0x296B40) is unknown color: approx Camarone. HEX triplet: 29, 6B and 40. RGB value is (41,107,64). Sum of RGB (Red+Green+Blue) = 41+107+64=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #296B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B40 is #D694BF. Grayscale: #525252. Windows color (decimal): -14062784 or 4221737. OLE color: 4221737.

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

Color convert

RGB4110764-
CMYK0.6200.400.58
HSL140.91º44.59%29.02%-
HSV(B)140.91º61.68%41.96%-
XYZ7.111.366.67-
YUV82.36117.6398.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 107 (42.19% from 255) = 50.47%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=19.34%
G=50.47%
B=30.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107640.6200.400.58140.9144.5929.02
Hex296B403E0283A8d2d1d
Octal5115310076050722155535
Binary1010011101011100000011111001010001110101000110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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