#296F41

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

Shades of Camarone #296F41

Tints of Camarone #296F41

Color information

#296F41 (or 0x296F41) is unknown color: approx Camarone. HEX triplet: 29, 6F and 41. RGB value is (41,111,65). Sum of RGB (Red+Green+Blue) = 41+111+65=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #296F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296F41 is #D690BE. Grayscale: #545454. Windows color (decimal): -14061759 or 4288297. OLE color: 4288297.

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

Color convert

RGB4111165-
CMYK0.6300.410.56
HSL140.57º46.05%29.8%-
HSV(B)140.57º63.06%43.53%-
XYZ7.5512.226.96-
YUV84.83116.8196.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 111 (43.75% from 255) = 51.15%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=18.89%
G=51.15%
B=29.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111650.6300.410.56140.5746.0529.8
Hex296F413F029388d2e1e
Octal5115710177051702155636
Binary1010011101111100000111111101010011110001000110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,111,65); }

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

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

 a { background-color: rgb(41,111,65); }

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

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

 span { border-color: rgb(41,111,65); }

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