#29683E

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

Shades of Camarone #29683E

Tints of Camarone #29683E

Color information

#29683E (or 0x29683E) is unknown color: approx Camarone. HEX triplet: 29, 68 and 3E. RGB value is (41,104,62). Sum of RGB (Red+Green+Blue) = 41+104+62=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #29683E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29683E is #D697C1. Grayscale: #505050. Windows color (decimal): -14063554 or 4089897. OLE color: 4089897.

HSL color Cylindrical-coordinate representation of color #29683E: hue angle of 140º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29683E is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB4110462-
CMYK0.6100.400.59
HSL140º43.45%28.43%-
HSV(B)140º60.58%40.78%-
XYZ6.7310.726.27-
YUV80.37117.6399.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=19.81%
G=50.24%
B=29.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104620.6100.400.5914043.4528.43
Hex29683E3D0283B8c2b1c
Octal511507675050732145334
Binary101001110100011111011110101010001110111000110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29683E; }

 p { color: rgb(41,104,62); }

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

<style>
 a { background-color: #29683E; }

 a { background-color: rgb(41,104,62); }

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

<style>
 span { border-color: #29683E; }

 span { border-color: rgb(41,104,62); }

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