Shades of Camarone #127033
Tints of Camarone #127033
RGB
CMYK
RGB Variations
Color information
#127033 (or 0x127033) is known color: Camarone. HEX triplet: 12, 70 and 33. RGB value is (18,112,51). Sum of RGB (Red+Green+Blue) = 18+112+51=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #127033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127033 is #ED8FCC. Grayscale: #4D4D4D. Windows color (decimal): -15568845 or 3371026. OLE color: 3371026.
HSL color Cylindrical-coordinate representation of color #127033: hue angle of 141.06º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127033 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 51 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.56 |
| HSL | 141.06º | 0.72% | 0.25% | - |
| HSV(B) | 141.06º | 0.84% | 0.44% | - |
| XYZ | 6.64 | 11.96 | 5.09 | - |
| YUV | 76.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 51 | 0.84 | 0 | 0.54 | 0.56 | 141.06 | 0.72 | 0.25 |
| Hex | 12 | 70 | 33 | 54 | 0 | 36 | 38 | 8D | 48 | 19 |
| Octal | 22 | 160 | 63 | 124 | 0 | 66 | 70 | 215 | 110 | 31 |
| Binary | 10010 | 1110000 | 110011 | 1010100 | 0 | 110110 | 111000 | 10001101 | 1001000 | 11001 |
Color Harmonies of #127033
Complementary color
Monochromatic Colors of #127033
Black with #127033
Text Example
Text Example
White with #127033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127033; }
p { color: rgb(18,112,51); }
H1.HeaderClassName
{
color: #127033;
}
.AnyTagClassName
{
color: #127033;
}
</style>
background-color css
<style>
a { background-color: #127033; }
a { background-color: rgb(18,112,51); }
div.DivClassName
{
background-color: #127033;
}
.BgClassName
{
background-color: #127033;
}
</style>
border-color css
<style>
span { border-color: #127033; }
span { border-color: rgb(18,112,51); }
td.TdClassName
{
border-color: #127033;
}
.TagClassName
{
border-color: #127033;
}
</style>