#29673B

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

Shades of Camarone #29673B

Tints of Camarone #29673B

Color information

#29673B (or 0x29673B) is unknown color: approx Camarone. HEX triplet: 29, 67 and 3B. RGB value is (41,103,59). Sum of RGB (Red+Green+Blue) = 41+103+59=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #29673B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29673B is #D698C4. Grayscale: #4F4F4F. Windows color (decimal): -14063813 or 3893033. OLE color: 3893033.

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

Color convert

RGB4110359-
CMYK0.6000.430.60
HSL137.42º43.06%28.24%-
HSV(B)137.42º60.19%40.39%-
XYZ6.5510.495.82-
YUV79.45116.46100.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 103 (40.62% from 255) = 50.74%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=20.20%
G=50.74%
B=29.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103590.6000.430.60137.4243.0628.24
Hex29673B3C02B3C892b1c
Octal511477374053742115334
Binary101001110011111101111110001010111111001000100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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