#29753E

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

Shades of Camarone #29753E

Tints of Camarone #29753E

Color information

#29753E (or 0x29753E) is unknown color: approx Camarone. HEX triplet: 29, 75 and 3E. RGB value is (41,117,62). Sum of RGB (Red+Green+Blue) = 41+117+62=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #29753E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29753E is #D68AC1. Grayscale: #585858. Windows color (decimal): -14060226 or 4093225. OLE color: 4093225.

HSL color Cylindrical-coordinate representation of color #29753E: hue angle of 136.58º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29753E is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB4111762-
CMYK0.6500.470.54
HSL136.58º48.1%30.98%-
HSV(B)136.58º64.96%45.88%-
XYZ8.1513.546.74-
YUV88.01113.3294.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=18.64%
G=53.18%
B=28.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117620.6500.470.54136.5848.130.98
Hex29753E4102F3689301f
Octal5116576101057662116037
Binary1010011110101111110100000101011111101101000100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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