#29743A

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

Shades of Camarone #29743A

Tints of Camarone #29743A

Color information

#29743A (or 0x29743A) is unknown color: approx Camarone. HEX triplet: 29, 74 and 3A. RGB value is (41,116,58). Sum of RGB (Red+Green+Blue) = 41+116+58=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #29743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29743A is #D68BC5. Grayscale: #575757. Windows color (decimal): -14060486 or 3830825. OLE color: 3830825.

HSL color Cylindrical-coordinate representation of color #29743A: hue angle of 133.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29743A is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB4111658-
CMYK0.6500.50.55
HSL133.6º47.77%30.78%-
HSV(B)133.6º64.66%45.49%-
XYZ7.9213.276.15-
YUV86.96111.6595.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 116 (45.70% from 255) = 53.95%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=19.07%
G=53.95%
B=26.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116580.6500.50.55133.647.7730.78
Hex29743A410323786301f
Octal5116472101062672066037
Binary1010011110100111010100000101100101101111000011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29743A; }

 p { color: rgb(41,116,58); }

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

<style>
 a { background-color: #29743A; }

 a { background-color: rgb(41,116,58); }

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

<style>
 span { border-color: #29743A; }

 span { border-color: rgb(41,116,58); }

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