#297941

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

Shades of Camarone #297941

Tints of Camarone #297941

Color information

#297941 (or 0x297941) is unknown color: approx Camarone. HEX triplet: 29, 79 and 41. RGB value is (41,121,65). Sum of RGB (Red+Green+Blue) = 41+121+65=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #297941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297941 is #D686BE. Grayscale: #5A5A5A. Windows color (decimal): -14059199 or 4290857. OLE color: 4290857.

HSL color Cylindrical-coordinate representation of color #297941: hue angle of 138º 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 #297941 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB4112165-
CMYK0.6600.460.53
HSL138º49.38%31.76%-
HSV(B)138º66.12%47.45%-
XYZ8.7114.537.35-
YUV90.7113.592.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=18.06%
G=53.30%
B=28.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121650.6600.460.5313849.3831.76
Hex2979414202E358a3120
Octal51171101102056652126140
Binary101001111100110000011000010010111011010110001010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297941; }

 p { color: rgb(41,121,65); }

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

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

 a { background-color: rgb(41,121,65); }

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

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

 span { border-color: rgb(41,121,65); }

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