Shades of Camarone #247A41
Tints of Camarone #247A41
RGB
CMYK
RGB Variations
Color information
#247A41 (or 0x247A41) is known color: Camarone. HEX triplet: 24, 7A and 41. RGB value is (36,122,65). Sum of RGB (Red+Green+Blue) = 36+122+65=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #247A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247A41 is #DB85BE. Grayscale: #595959. Windows color (decimal): -14386623 or 4291108. OLE color: 4291108.
HSL color Cylindrical-coordinate representation of color #247A41: hue angle of 140.23º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A41 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 122 | 65 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.52 |
| HSL | 140.23º | 0.54% | 0.31% | - |
| HSV(B) | 140.23º | 0.7% | 0.48% | - |
| XYZ | 8.64 | 14.68 | 7.38 | - |
| YUV | 89.79 | 114.01 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 65 | 0.70 | 0 | 0.47 | 0.52 | 140.23 | 0.54 | 0.31 |
| Hex | 24 | 7A | 41 | 46 | 0 | 2F | 34 | 8C | 36 | 1F |
| Octal | 44 | 172 | 101 | 106 | 0 | 57 | 64 | 214 | 66 | 37 |
| Binary | 100100 | 1111010 | 1000001 | 1000110 | 0 | 101111 | 110100 | 10001100 | 110110 | 11111 |
Color Harmonies of #247A41
Complementary color
Monochromatic Colors of #247A41
Black with #247A41
Text Example
Text Example
White with #247A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A41; }
p { color: rgb(36,122,65); }
H1.HeaderClassName
{
color: #247A41;
}
.AnyTagClassName
{
color: #247A41;
}
</style>
background-color css
<style>
a { background-color: #247A41; }
a { background-color: rgb(36,122,65); }
div.DivClassName
{
background-color: #247A41;
}
.BgClassName
{
background-color: #247A41;
}
</style>
border-color css
<style>
span { border-color: #247A41; }
span { border-color: rgb(36,122,65); }
td.TdClassName
{
border-color: #247A41;
}
.TagClassName
{
border-color: #247A41;
}
</style>