#296E3B

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

Shades of Camarone #296E3B

Tints of Camarone #296E3B

Color information

#296E3B (or 0x296E3B) is unknown color: approx Camarone. HEX triplet: 29, 6E and 3B. RGB value is (41,110,59). Sum of RGB (Red+Green+Blue) = 41+110+59=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #296E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296E3B is #D691C4. Grayscale: #535353. Windows color (decimal): -14062021 or 3894825. OLE color: 3894825.

HSL color Cylindrical-coordinate representation of color #296E3B: hue angle of 135.65º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296E3B is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB4111059-
CMYK0.6300.460.57
HSL135.65º45.7%29.61%-
HSV(B)135.65º62.73%43.14%-
XYZ7.2811.946.06-
YUV83.56114.1497.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 110 (43.36% from 255) = 52.38%
BLUE value IS 59 (23.44% from 255) = 28.10%
R=19.52%
G=52.38%
B=28.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41110590.6300.460.57135.6545.729.61
Hex296E3B3F02E39882e1e
Octal511567377056712105636
Binary101001110111011101111111101011101110011000100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,110,59); }

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

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

 a { background-color: rgb(41,110,59); }

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

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

 span { border-color: rgb(41,110,59); }

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