#29603B

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

Shades of Camarone #29603B

Tints of Camarone #29603B

Color information

#29603B (or 0x29603B) is unknown color: approx Camarone. HEX triplet: 29, 60 and 3B. RGB value is (41,96,59). Sum of RGB (Red+Green+Blue) = 41+96+59=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #29603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29603B is #D69FC4. Grayscale: #4B4B4B. Windows color (decimal): -14065605 or 3891241. OLE color: 3891241.

HSL color Cylindrical-coordinate representation of color #29603B: hue angle of 139.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29603B is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB419659-
CMYK0.5700.390.62
HSL139.64º40.15%26.86%-
HSV(B)139.64º57.29%37.65%-
XYZ5.899.155.59-
YUV75.34118.78103.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=20.92%
G=48.98%
B=30.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196590.5700.390.62139.6440.1526.86
Hex29603B390273E8c281b
Octal511407371047762145033
Binary101001110000011101111100101001111111101000110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29603B; }

 p { color: rgb(41,96,59); }

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

<style>
 a { background-color: #29603B; }

 a { background-color: rgb(41,96,59); }

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

<style>
 span { border-color: #29603B; }

 span { border-color: rgb(41,96,59); }

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