#297842

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

Shades of Camarone #297842

Tints of Camarone #297842

Color information

#297842 (or 0x297842) is unknown color: approx Camarone. HEX triplet: 29, 78 and 42. RGB value is (41,120,66). Sum of RGB (Red+Green+Blue) = 41+120+66=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #297842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297842 is #D687BD. Grayscale: #5A5A5A. Windows color (decimal): -14059454 or 4356137. OLE color: 4356137.

HSL color Cylindrical-coordinate representation of color #297842: hue angle of 138.99º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297842 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB4112066-
CMYK0.6600.450.53
HSL138.99º49.07%31.57%-
HSV(B)138.99º65.83%47.06%-
XYZ8.6114.37.46-
YUV90.22114.3392.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=18.06%
G=52.86%
B=29.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120660.6600.450.53138.9949.0731.57
Hex2978424202D358b3120
Octal51170102102055652136140
Binary101001111100010000101000010010110111010110001011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297842; }

 p { color: rgb(41,120,66); }

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

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

 a { background-color: rgb(41,120,66); }

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

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

 span { border-color: rgb(41,120,66); }

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