#296F3E

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

Shades of Camarone #296F3E

Tints of Camarone #296F3E

Color information

#296F3E (or 0x296F3E) is unknown color: approx Camarone. HEX triplet: 29, 6F and 3E. RGB value is (41,111,62). Sum of RGB (Red+Green+Blue) = 41+111+62=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #296F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296F3E is #D690C1. Grayscale: #545454. Windows color (decimal): -14061762 or 4091689. OLE color: 4091689.

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

Color convert

RGB4111162-
CMYK0.6300.440.56
HSL138º46.05%29.8%-
HSV(B)138º63.06%43.53%-
XYZ7.4712.196.52-
YUV84.48115.3196.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 111 (43.75% from 255) = 51.87%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=19.16%
G=51.87%
B=28.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111620.6300.440.5613846.0529.8
Hex296F3E3F02C388a2e1e
Octal511577677054702125636
Binary101001110111111111011111101011001110001000101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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