#29653C

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

Shades of Camarone #29653C

Tints of Camarone #29653C

Color information

#29653C (or 0x29653C) is unknown color: approx Camarone. HEX triplet: 29, 65 and 3C. RGB value is (41,101,60). Sum of RGB (Red+Green+Blue) = 41+101+60=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #29653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29653C is #D69AC3. Grayscale: #4E4E4E. Windows color (decimal): -14064324 or 3958057. OLE color: 3958057.

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

Color convert

RGB4110160-
CMYK0.5900.410.60
HSL139º42.25%27.84%-
HSV(B)139º59.41%39.61%-
XYZ6.3810.115.89-
YUV78.39117.62101.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=20.30%
G=50%
B=29.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101600.5900.410.6013942.2527.84
Hex29653C3B0293C8b2a1c
Octal511457473051742135234
Binary101001110010111110011101101010011111001000101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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