#296738

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

Shades of Camarone #296738

Tints of Camarone #296738

Color information

#296738 (or 0x296738) is unknown color: approx Camarone. HEX triplet: 29, 67 and 38. RGB value is (41,103,56). Sum of RGB (Red+Green+Blue) = 41+103+56=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #296738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296738 is #D698C7. Grayscale: #4F4F4F. Windows color (decimal): -14063816 or 3696425. OLE color: 3696425.

HSL color Cylindrical-coordinate representation of color #296738: hue angle of 134.52º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296738 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB4110356-
CMYK0.6000.460.60
HSL134.52º43.06%28.24%-
HSV(B)134.52º60.19%40.39%-
XYZ6.4810.465.42-
YUV79.1114.96100.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 103 (40.62% from 255) = 51.5%
BLUE value IS 56 (22.27% from 255) = 28%
R=20.5%
G=51.5%
B=28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103560.6000.460.60134.5243.0628.24
Hex2967383C02E3C872b1c
Octal511477074056742075334
Binary101001110011111100011110001011101111001000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296738; }

 p { color: rgb(41,103,56); }

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

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

 a { background-color: rgb(41,103,56); }

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

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

 span { border-color: rgb(41,103,56); }

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