#29673C

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

Shades of Camarone #29673C

Tints of Camarone #29673C

Color information

#29673C (or 0x29673C) is unknown color: approx Camarone. HEX triplet: 29, 67 and 3C. RGB value is (41,103,60). Sum of RGB (Red+Green+Blue) = 41+103+60=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 103 (40.62% from 255 or 50.49% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 103 - color contains mainly: green. Hex color #29673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29673C is #D698C3. Grayscale: #4F4F4F. Windows color (decimal): -14063812 or 3958569. OLE color: 3958569.

HSL color Cylindrical-coordinate representation of color #29673C: hue angle of 138.39º 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 #29673C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB4110360-
CMYK0.6000.420.60
HSL138.39º43.06%28.24%-
HSV(B)138.39º60.19%40.39%-
XYZ6.5810.55.95-
YUV79.56116.96100.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 103 (40.62% from 255) = 50.49%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=20.10%
G=50.49%
B=29.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103600.6000.420.60138.3943.0628.24
Hex29673C3C02A3C8a2b1c
Octal511477474052742125334
Binary101001110011111110011110001010101111001000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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