#297139

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

Shades of Camarone #297139

Tints of Camarone #297139

Color information

#297139 (or 0x297139) is unknown color: approx Camarone. HEX triplet: 29, 71 and 39. RGB value is (41,113,57). Sum of RGB (Red+Green+Blue) = 41+113+57=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #297139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297139 is #D68EC6. Grayscale: #555555. Windows color (decimal): -14061255 or 3764521. OLE color: 3764521.

HSL color Cylindrical-coordinate representation of color #297139: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297139 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB4111357-
CMYK0.6400.500.56
HSL133.33º46.75%30.2%-
HSV(B)133.33º63.72%44.31%-
XYZ7.5612.585.9-
YUV85.09112.1596.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=19.43%
G=53.55%
B=27.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41113570.6400.500.56133.3346.7530.2
Hex2971394003238852f1e
Octal5116171100062702055736
Binary1010011110001111001100000001100101110001000010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297139; }

 p { color: rgb(41,113,57); }

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

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

 a { background-color: rgb(41,113,57); }

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

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

 span { border-color: rgb(41,113,57); }

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