Shades of Camarone #187B2C
Tints of Camarone #187B2C
RGB
CMYK
RGB Variations
Color information
#187B2C (or 0x187B2C) is known color: Camarone. HEX triplet: 18, 7B and 2C. RGB value is (24,123,44). Sum of RGB (Red+Green+Blue) = 24+123+44=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 123 (48.44% from 255 or 64.40% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 123 - color contains mainly: green. Hex color #187B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187B2C is #E784D3. Grayscale: #545454. Windows color (decimal): -15172820 or 2915096. OLE color: 2915096.
HSL color Cylindrical-coordinate representation of color #187B2C: hue angle of 132.12º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187B2C is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 123 | 44 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.52 |
| HSL | 132.12º | 0.67% | 0.29% | - |
| HSV(B) | 132.12º | 0.8% | 0.48% | - |
| XYZ | 7.91 | 14.54 | 4.77 | - |
| YUV | 84.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 44 | 0.80 | 0 | 0.64 | 0.52 | 132.12 | 0.67 | 0.29 |
| Hex | 18 | 7B | 2C | 50 | 0 | 40 | 34 | 84 | 43 | 1D |
| Octal | 30 | 173 | 54 | 120 | 0 | 100 | 64 | 204 | 103 | 35 |
| Binary | 11000 | 1111011 | 101100 | 1010000 | 0 | 1000000 | 110100 | 10000100 | 1000011 | 11101 |
Color Harmonies of #187B2C
Complementary color
Monochromatic Colors of #187B2C
Black with #187B2C
Text Example
Text Example
White with #187B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187B2C; }
p { color: rgb(24,123,44); }
H1.HeaderClassName
{
color: #187B2C;
}
.AnyTagClassName
{
color: #187B2C;
}
</style>
background-color css
<style>
a { background-color: #187B2C; }
a { background-color: rgb(24,123,44); }
div.DivClassName
{
background-color: #187B2C;
}
.BgClassName
{
background-color: #187B2C;
}
</style>
border-color css
<style>
span { border-color: #187B2C; }
span { border-color: rgb(24,123,44); }
td.TdClassName
{
border-color: #187B2C;
}
.TagClassName
{
border-color: #187B2C;
}
</style>