Shades of Camarone #247142
Tints of Camarone #247142
RGB
CMYK
RGB Variations
Color information
#247142 (or 0x247142) is known color: Camarone. HEX triplet: 24, 71 and 42. RGB value is (36,113,66). Sum of RGB (Red+Green+Blue) = 36+113+66=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #247142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247142 is #DB8EBD. Grayscale: #545454. Windows color (decimal): -14388926 or 4354340. OLE color: 4354340.
HSL color Cylindrical-coordinate representation of color #247142: hue angle of 143.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247142 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 113 | 66 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.56 |
| HSL | 143.38º | 0.52% | 0.29% | - |
| HSV(B) | 143.38º | 0.68% | 0.44% | - |
| XYZ | 7.62 | 12.58 | 7.18 | - |
| YUV | 84.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 66 | 0.68 | 0 | 0.42 | 0.56 | 143.38 | 0.52 | 0.29 |
| Hex | 24 | 71 | 42 | 44 | 0 | 2A | 38 | 8F | 34 | 1D |
| Octal | 44 | 161 | 102 | 104 | 0 | 52 | 70 | 217 | 64 | 35 |
| Binary | 100100 | 1110001 | 1000010 | 1000100 | 0 | 101010 | 111000 | 10001111 | 110100 | 11101 |
Color Harmonies of #247142
Complementary color
Monochromatic Colors of #247142
Black with #247142
Text Example
Text Example
White with #247142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247142; }
p { color: rgb(36,113,66); }
H1.HeaderClassName
{
color: #247142;
}
.AnyTagClassName
{
color: #247142;
}
</style>
background-color css
<style>
a { background-color: #247142; }
a { background-color: rgb(36,113,66); }
div.DivClassName
{
background-color: #247142;
}
.BgClassName
{
background-color: #247142;
}
</style>
border-color css
<style>
span { border-color: #247142; }
span { border-color: rgb(36,113,66); }
td.TdClassName
{
border-color: #247142;
}
.TagClassName
{
border-color: #247142;
}
</style>