Shades of Camarone #247B41
Tints of Camarone #247B41
RGB
CMYK
RGB Variations
Color information
#247B41 (or 0x247B41) is known color: Camarone. HEX triplet: 24, 7B and 41. RGB value is (36,123,65). Sum of RGB (Red+Green+Blue) = 36+123+65=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #247B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247B41 is #DB84BE. Grayscale: #5A5A5A. Windows color (decimal): -14386367 or 4291364. OLE color: 4291364.
HSL color Cylindrical-coordinate representation of color #247B41: hue angle of 140º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B41 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 65 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.52 |
| HSL | 140º | 0.55% | 0.31% | - |
| HSV(B) | 140º | 0.71% | 0.48% | - |
| XYZ | 8.76 | 14.92 | 7.42 | - |
| YUV | 90.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 65 | 0.71 | 0 | 0.47 | 0.52 | 140 | 0.55 | 0.31 |
| Hex | 24 | 7B | 41 | 47 | 0 | 2F | 34 | 8C | 37 | 1F |
| Octal | 44 | 173 | 101 | 107 | 0 | 57 | 64 | 214 | 67 | 37 |
| Binary | 100100 | 1111011 | 1000001 | 1000111 | 0 | 101111 | 110100 | 10001100 | 110111 | 11111 |
Color Harmonies of #247B41
Complementary color
Monochromatic Colors of #247B41
Black with #247B41
Text Example
Text Example
White with #247B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B41; }
p { color: rgb(36,123,65); }
H1.HeaderClassName
{
color: #247B41;
}
.AnyTagClassName
{
color: #247B41;
}
</style>
background-color css
<style>
a { background-color: #247B41; }
a { background-color: rgb(36,123,65); }
div.DivClassName
{
background-color: #247B41;
}
.BgClassName
{
background-color: #247B41;
}
</style>
border-color css
<style>
span { border-color: #247B41; }
span { border-color: rgb(36,123,65); }
td.TdClassName
{
border-color: #247B41;
}
.TagClassName
{
border-color: #247B41;
}
</style>