Shades of Camarone #18742F
Tints of Camarone #18742F
RGB
CMYK
RGB Variations
Color information
#18742F (or 0x18742F) is known color: Camarone. HEX triplet: 18, 74 and 2F. RGB value is (24,116,47). Sum of RGB (Red+Green+Blue) = 24+116+47=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #18742F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18742F is #E78BD0. Grayscale: #505050. Windows color (decimal): -15174609 or 3109912. OLE color: 3109912.
HSL color Cylindrical-coordinate representation of color #18742F: hue angle of 135º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18742F is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 116 | 47 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.55 |
| HSL | 135º | 0.66% | 0.27% | - |
| HSV(B) | 135º | 0.79% | 0.45% | - |
| XYZ | 7.14 | 12.89 | 4.8 | - |
| YUV | 80.63 | 109.02 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 47 | 0.79 | 0 | 0.59 | 0.55 | 135 | 0.66 | 0.27 |
| Hex | 18 | 74 | 2F | 4F | 0 | 3B | 37 | 87 | 42 | 1B |
| Octal | 30 | 164 | 57 | 117 | 0 | 73 | 67 | 207 | 102 | 33 |
| Binary | 11000 | 1110100 | 101111 | 1001111 | 0 | 111011 | 110111 | 10000111 | 1000010 | 11011 |
Color Harmonies of #18742F
Complementary color
Monochromatic Colors of #18742F
Black with #18742F
Text Example
Text Example
White with #18742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18742F; }
p { color: rgb(24,116,47); }
H1.HeaderClassName
{
color: #18742F;
}
.AnyTagClassName
{
color: #18742F;
}
</style>
background-color css
<style>
a { background-color: #18742F; }
a { background-color: rgb(24,116,47); }
div.DivClassName
{
background-color: #18742F;
}
.BgClassName
{
background-color: #18742F;
}
</style>
border-color css
<style>
span { border-color: #18742F; }
span { border-color: rgb(24,116,47); }
td.TdClassName
{
border-color: #18742F;
}
.TagClassName
{
border-color: #18742F;
}
</style>