#29713D

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

Shades of Camarone #29713D

Tints of Camarone #29713D

Color information

#29713D (or 0x29713D) is unknown color: approx Camarone. HEX triplet: 29, 71 and 3D. RGB value is (41,113,61). Sum of RGB (Red+Green+Blue) = 41+113+61=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #29713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29713D is #D68EC2. Grayscale: #555555. Windows color (decimal): -14061251 or 4026665. OLE color: 4026665.

HSL color Cylindrical-coordinate representation of color #29713D: hue angle of 136.67º 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 #29713D is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB4111361-
CMYK0.6400.460.56
HSL136.67º46.75%30.2%-
HSV(B)136.67º63.72%44.31%-
XYZ7.6612.626.45-
YUV85.54114.1596.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 113 (44.53% from 255) = 52.56%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=19.07%
G=52.56%
B=28.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41113610.6400.460.56136.6746.7530.2
Hex29713D4002E38892f1e
Octal5116175100056702115736
Binary1010011110001111101100000001011101110001000100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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