Shades of Camarone #297D3F
Tints of Camarone #297D3F
RGB
CMYK
RGB Variations
Color information
#297D3F (or 0x297D3F) is known color: Camarone. HEX triplet: 29, 7D and 3F. RGB value is (41,125,63). Sum of RGB (Red+Green+Blue) = 41+125+63=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #297D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D3F is #D682C0. Grayscale: #5C5C5C. Windows color (decimal): -14058177 or 4160809. OLE color: 4160809.
HSL color Cylindrical-coordinate representation of color #297D3F: hue angle of 135.71º 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 #297D3F is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 63 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.51 |
| HSL | 135.71º | 0.51% | 0.33% | - |
| HSV(B) | 135.71º | 0.67% | 0.49% | - |
| XYZ | 9.15 | 15.5 | 7.21 | - |
| YUV | 92.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 63 | 0.67 | 0 | 0.50 | 0.51 | 135.71 | 0.51 | 0.33 |
| Hex | 29 | 7D | 3F | 43 | 0 | 32 | 33 | 88 | 33 | 21 |
| Octal | 51 | 175 | 77 | 103 | 0 | 62 | 63 | 210 | 63 | 41 |
| Binary | 101001 | 1111101 | 111111 | 1000011 | 0 | 110010 | 110011 | 10001000 | 110011 | 100001 |
Color Harmonies of #297D3F
Complementary color
Monochromatic Colors of #297D3F
Black with #297D3F
Text Example
Text Example
White with #297D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D3F; }
p { color: rgb(41,125,63); }
H1.HeaderClassName
{
color: #297D3F;
}
.AnyTagClassName
{
color: #297D3F;
}
</style>
background-color css
<style>
a { background-color: #297D3F; }
a { background-color: rgb(41,125,63); }
div.DivClassName
{
background-color: #297D3F;
}
.BgClassName
{
background-color: #297D3F;
}
</style>
border-color css
<style>
span { border-color: #297D3F; }
span { border-color: rgb(41,125,63); }
td.TdClassName
{
border-color: #297D3F;
}
.TagClassName
{
border-color: #297D3F;
}
</style>