#29663C

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

Shades of Camarone #29663C

Tints of Camarone #29663C

Color information

#29663C (or 0x29663C) is unknown color: approx Camarone. HEX triplet: 29, 66 and 3C. RGB value is (41,102,60). Sum of RGB (Red+Green+Blue) = 41+102+60=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #29663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29663C is #D699C3. Grayscale: #4F4F4F. Windows color (decimal): -14064068 or 3958313. OLE color: 3958313.

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

Color convert

RGB4110260-
CMYK0.6000.410.6
HSL138.69º42.66%28.04%-
HSV(B)138.69º59.8%40%-
XYZ6.4810.35.92-
YUV78.97117.29100.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=20.20%
G=50.25%
B=29.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102600.6000.410.6138.6942.6628.04
Hex29663C3C0293C8b2b1c
Octal511467474051742135334
Binary101001110011011110011110001010011111001000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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