#297D42

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

Shades of Camarone #297D42

Tints of Camarone #297D42

Color information

#297D42 (or 0x297D42) is unknown color: approx Camarone. HEX triplet: 29, 7D and 42. RGB value is (41,125,66). Sum of RGB (Red+Green+Blue) = 41+125+66=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #297D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D42 is #D682BD. Grayscale: #5D5D5D. Windows color (decimal): -14058174 or 4357417. OLE color: 4357417.

HSL color Cylindrical-coordinate representation of color #297D42: hue angle of 137.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297D42 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB4112566-
CMYK0.6700.470.51
HSL137.86º50.6%32.55%-
HSV(B)137.86º67.2%49.02%-
XYZ9.2315.537.67-
YUV93.16112.6790.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 125 (49.22% from 255) = 53.88%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=17.67%
G=53.88%
B=28.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41125660.6700.470.51137.8650.632.55
Hex297D424302F338a3321
Octal51175102103057632126341
Binary101001111110110000101000011010111111001110001010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297D42; }

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

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

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

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

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

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

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

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