#29613B

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

Shades of Camarone #29613B

Tints of Camarone #29613B

Color information

#29613B (or 0x29613B) is unknown color: approx Camarone. HEX triplet: 29, 61 and 3B. RGB value is (41,97,59). Sum of RGB (Red+Green+Blue) = 41+97+59=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #29613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29613B is #D69EC4. Grayscale: #4C4C4C. Windows color (decimal): -14065349 or 3891497. OLE color: 3891497.

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

Color convert

RGB419759-
CMYK0.5800.390.62
HSL139.29º40.58%27.06%-
HSV(B)139.29º57.73%38.04%-
XYZ5.989.345.62-
YUV75.92118.45103.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=20.81%
G=49.24%
B=29.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197590.5800.390.62139.2940.5827.06
Hex29613B3A0273E8b291b
Octal511417372047762135133
Binary101001110000111101111101001001111111101000101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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