#29763E

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

Shades of Camarone #29763E

Tints of Camarone #29763E

Color information

#29763E (or 0x29763E) is unknown color: approx Camarone. HEX triplet: 29, 76 and 3E. RGB value is (41,118,62). Sum of RGB (Red+Green+Blue) = 41+118+62=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #29763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29763E is #D689C1. Grayscale: #585858. Windows color (decimal): -14059970 or 4093481. OLE color: 4093481.

HSL color Cylindrical-coordinate representation of color #29763E: hue angle of 136.36º 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 #29763E is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB4111862-
CMYK0.6500.470.54
HSL136.36º48.43%31.18%-
HSV(B)136.36º65.25%46.27%-
XYZ8.2613.786.78-
YUV88.59112.9994.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=18.55%
G=53.39%
B=28.05%

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
Decimal41118620.6500.470.54136.3648.4331.18
Hex29763E4102F3688301f
Octal5116676101057662106037
Binary1010011110110111110100000101011111101101000100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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