#29673D

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

Shades of Camarone #29673D

Tints of Camarone #29673D

Color information

#29673D (or 0x29673D) is unknown color: approx Camarone. HEX triplet: 29, 67 and 3D. RGB value is (41,103,61). Sum of RGB (Red+Green+Blue) = 41+103+61=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #29673D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29673D is #D698C2. Grayscale: #4F4F4F. Windows color (decimal): -14063811 or 4024105. OLE color: 4024105.

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

Color convert

RGB4110361-
CMYK0.6000.410.60
HSL139.35º43.06%28.24%-
HSV(B)139.35º60.19%40.39%-
XYZ6.6110.516.1-
YUV79.67117.46100.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 103 (40.62% from 255) = 50.24%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=20%
G=50.24%
B=29.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103610.6000.410.60139.3543.0628.24
Hex29673D3C0293C8b2b1c
Octal511477574051742135334
Binary101001110011111110111110001010011111001000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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