#29683C

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

Shades of Camarone #29683C

Tints of Camarone #29683C

Color information

#29683C (or 0x29683C) is unknown color: approx Camarone. HEX triplet: 29, 68 and 3C. RGB value is (41,104,60). Sum of RGB (Red+Green+Blue) = 41+104+60=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #29683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29683C is #D697C3. Grayscale: #505050. Windows color (decimal): -14063556 or 3958825. OLE color: 3958825.

HSL color Cylindrical-coordinate representation of color #29683C: hue angle of 138.1º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29683C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB4110460-
CMYK0.6100.420.59
HSL138.1º43.45%28.43%-
HSV(B)138.1º60.58%40.78%-
XYZ6.6810.75.99-
YUV80.15116.63100.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=20%
G=50.73%
B=29.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104600.6100.420.59138.143.4528.43
Hex29683C3D02A3B8a2b1c
Octal511507475052732125334
Binary101001110100011110011110101010101110111000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29683C; }

 p { color: rgb(41,104,60); }

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

<style>
 a { background-color: #29683C; }

 a { background-color: rgb(41,104,60); }

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

<style>
 span { border-color: #29683C; }

 span { border-color: rgb(41,104,60); }

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