#29713C

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

Shades of Camarone #29713C

Tints of Camarone #29713C

Color information

#29713C (or 0x29713C) is unknown color: approx Camarone. HEX triplet: 29, 71 and 3C. RGB value is (41,113,60). Sum of RGB (Red+Green+Blue) = 41+113+60=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #29713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29713C is #D68EC3. Grayscale: #555555. Windows color (decimal): -14061252 or 3961129. OLE color: 3961129.

HSL color Cylindrical-coordinate representation of color #29713C: hue angle of 135.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29713C is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB4111360-
CMYK0.6400.470.56
HSL135.83º46.75%30.2%-
HSV(B)135.83º63.72%44.31%-
XYZ7.6412.616.31-
YUV85.43113.6596.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=19.16%
G=52.80%
B=28.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41113600.6400.470.56135.8346.7530.2
Hex29713C4002F38882f1e
Octal5116174100057702105736
Binary1010011110001111100100000001011111110001000100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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