Shades of Camarone #187D2D
Tints of Camarone #187D2D
RGB
CMYK
RGB Variations
Color information
#187D2D (or 0x187D2D) is known color: Camarone. HEX triplet: 18, 7D and 2D. RGB value is (24,125,45). Sum of RGB (Red+Green+Blue) = 24+125+45=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 125 (49.22% from 255 or 64.43% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 125 - color contains mainly: green. Hex color #187D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187D2D is #E782D2. Grayscale: #555555. Windows color (decimal): -15172307 or 2981144. OLE color: 2981144.
HSL color Cylindrical-coordinate representation of color #187D2D: hue angle of 132.48º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187D2D is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 125 | 45 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.51 |
| HSL | 132.48º | 0.68% | 0.29% | - |
| HSV(B) | 132.48º | 0.81% | 0.49% | - |
| XYZ | 8.18 | 15.05 | 4.96 | - |
| YUV | 85.68 | 105.04 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 45 | 0.81 | 0 | 0.64 | 0.51 | 132.48 | 0.68 | 0.29 |
| Hex | 18 | 7D | 2D | 51 | 0 | 40 | 33 | 84 | 44 | 1D |
| Octal | 30 | 175 | 55 | 121 | 0 | 100 | 63 | 204 | 104 | 35 |
| Binary | 11000 | 1111101 | 101101 | 1010001 | 0 | 1000000 | 110011 | 10000100 | 1000100 | 11101 |
Color Harmonies of #187D2D
Complementary color
Monochromatic Colors of #187D2D
Black with #187D2D
Text Example
Text Example
White with #187D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D2D; }
p { color: rgb(24,125,45); }
H1.HeaderClassName
{
color: #187D2D;
}
.AnyTagClassName
{
color: #187D2D;
}
</style>
background-color css
<style>
a { background-color: #187D2D; }
a { background-color: rgb(24,125,45); }
div.DivClassName
{
background-color: #187D2D;
}
.BgClassName
{
background-color: #187D2D;
}
</style>
border-color css
<style>
span { border-color: #187D2D; }
span { border-color: rgb(24,125,45); }
td.TdClassName
{
border-color: #187D2D;
}
.TagClassName
{
border-color: #187D2D;
}
</style>