Shades of Camarone #187A2F
Tints of Camarone #187A2F
RGB
CMYK
RGB Variations
Color information
#187A2F (or 0x187A2F) is known color: Camarone. HEX triplet: 18, 7A and 2F. RGB value is (24,122,47). Sum of RGB (Red+Green+Blue) = 24+122+47=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #187A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187A2F is #E785D0. Grayscale: #545454. Windows color (decimal): -15173073 or 3111448. OLE color: 3111448.
HSL color Cylindrical-coordinate representation of color #187A2F: hue angle of 134.08º 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 #187A2F is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 122 | 47 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.52 |
| HSL | 134.08º | 0.67% | 0.29% | - |
| HSV(B) | 134.08º | 0.8% | 0.48% | - |
| XYZ | 7.85 | 14.32 | 5.04 | - |
| YUV | 84.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 47 | 0.80 | 0 | 0.61 | 0.52 | 134.08 | 0.67 | 0.29 |
| Hex | 18 | 7A | 2F | 50 | 0 | 3D | 34 | 86 | 43 | 1D |
| Octal | 30 | 172 | 57 | 120 | 0 | 75 | 64 | 206 | 103 | 35 |
| Binary | 11000 | 1111010 | 101111 | 1010000 | 0 | 111101 | 110100 | 10000110 | 1000011 | 11101 |
Color Harmonies of #187A2F
Complementary color
Monochromatic Colors of #187A2F
Black with #187A2F
Text Example
Text Example
White with #187A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187A2F; }
p { color: rgb(24,122,47); }
H1.HeaderClassName
{
color: #187A2F;
}
.AnyTagClassName
{
color: #187A2F;
}
</style>
background-color css
<style>
a { background-color: #187A2F; }
a { background-color: rgb(24,122,47); }
div.DivClassName
{
background-color: #187A2F;
}
.BgClassName
{
background-color: #187A2F;
}
</style>
border-color css
<style>
span { border-color: #187A2F; }
span { border-color: rgb(24,122,47); }
td.TdClassName
{
border-color: #187A2F;
}
.TagClassName
{
border-color: #187A2F;
}
</style>