#296D3E

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

Shades of Camarone #296D3E

Tints of Camarone #296D3E

Color information

#296D3E (or 0x296D3E) is unknown color: approx Camarone. HEX triplet: 29, 6D and 3E. RGB value is (41,109,62). Sum of RGB (Red+Green+Blue) = 41+109+62=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #296D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D3E is #D692C1. Grayscale: #535353. Windows color (decimal): -14062274 or 4091177. OLE color: 4091177.

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

Color convert

RGB4110962-
CMYK0.6200.430.57
HSL138.53º45.33%29.41%-
HSV(B)138.53º62.39%42.75%-
XYZ7.2511.766.44-
YUV83.31115.9797.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 62 (24.61% from 255) = 29.25%
R=19.34%
G=51.42%
B=29.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41109620.6200.430.57138.5345.3329.41
Hex296D3E3E02B398b2d1d
Octal511557676053712135535
Binary101001110110111111011111001010111110011000101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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