Shades of Camarone #247242
Tints of Camarone #247242
RGB
CMYK
RGB Variations
Color information
#247242 (or 0x247242) is known color: Camarone. HEX triplet: 24, 72 and 42. RGB value is (36,114,66). Sum of RGB (Red+Green+Blue) = 36+114+66=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #247242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247242 is #DB8DBD. Grayscale: #555555. Windows color (decimal): -14388670 or 4354596. OLE color: 4354596.
HSL color Cylindrical-coordinate representation of color #247242: hue angle of 143.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247242 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 114 | 66 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.55 |
| HSL | 143.08º | 0.52% | 0.29% | - |
| HSV(B) | 143.08º | 0.68% | 0.45% | - |
| XYZ | 7.73 | 12.8 | 7.22 | - |
| YUV | 85.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 66 | 0.68 | 0 | 0.42 | 0.55 | 143.08 | 0.52 | 0.29 |
| Hex | 24 | 72 | 42 | 44 | 0 | 2A | 37 | 8F | 34 | 1D |
| Octal | 44 | 162 | 102 | 104 | 0 | 52 | 67 | 217 | 64 | 35 |
| Binary | 100100 | 1110010 | 1000010 | 1000100 | 0 | 101010 | 110111 | 10001111 | 110100 | 11101 |
Color Harmonies of #247242
Complementary color
Monochromatic Colors of #247242
Black with #247242
Text Example
Text Example
White with #247242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247242; }
p { color: rgb(36,114,66); }
H1.HeaderClassName
{
color: #247242;
}
.AnyTagClassName
{
color: #247242;
}
</style>
background-color css
<style>
a { background-color: #247242; }
a { background-color: rgb(36,114,66); }
div.DivClassName
{
background-color: #247242;
}
.BgClassName
{
background-color: #247242;
}
</style>
border-color css
<style>
span { border-color: #247242; }
span { border-color: rgb(36,114,66); }
td.TdClassName
{
border-color: #247242;
}
.TagClassName
{
border-color: #247242;
}
</style>