#29633C

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

Shades of Camarone #29633C

Tints of Camarone #29633C

Color information

#29633C (or 0x29633C) is unknown color: approx Camarone. HEX triplet: 29, 63 and 3C. RGB value is (41,99,60). Sum of RGB (Red+Green+Blue) = 41+99+60=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #29633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29633C is #D69CC3. Grayscale: #4D4D4D. Windows color (decimal): -14064836 or 3957545. OLE color: 3957545.

HSL color Cylindrical-coordinate representation of color #29633C: hue angle of 139.66º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29633C is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB419960-
CMYK0.5900.390.61
HSL139.66º41.43%27.45%-
HSV(B)139.66º58.59%38.82%-
XYZ6.199.725.83-
YUV77.21118.28102.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=20.5%
G=49.5%
B=30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199600.5900.390.61139.6641.4327.45
Hex29633C3B0273D8c291b
Octal511437473047752145133
Binary101001110001111110011101101001111111011000110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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