#296E41

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

Shades of Camarone #296E41

Tints of Camarone #296E41

Color information

#296E41 (or 0x296E41) is unknown color: approx Camarone. HEX triplet: 29, 6E and 41. RGB value is (41,110,65). Sum of RGB (Red+Green+Blue) = 41+110+65=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #296E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296E41 is #D691BE. Grayscale: #545454. Windows color (decimal): -14062015 or 4288041. OLE color: 4288041.

HSL color Cylindrical-coordinate representation of color #296E41: hue angle of 140.87º 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 #296E41 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB4111065-
CMYK0.6300.410.57
HSL140.87º45.7%29.61%-
HSV(B)140.87º62.73%43.14%-
XYZ7.44126.93-
YUV84.24117.1497.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 110 (43.36% from 255) = 50.93%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=18.98%
G=50.93%
B=30.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41110650.6300.410.57140.8745.729.61
Hex296E413F029398d2e1e
Octal5115610177051712155636
Binary1010011101110100000111111101010011110011000110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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