Shades of Camarone #127029
Tints of Camarone #127029
RGB
CMYK
RGB Variations
Color information
#127029 (or 0x127029) is known color: Camarone. HEX triplet: 12, 70 and 29. RGB value is (18,112,41). Sum of RGB (Red+Green+Blue) = 18+112+41=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #127029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127029 is #ED8FD6. Grayscale: #4B4B4B. Windows color (decimal): -15568855 or 2715666. OLE color: 2715666.
HSL color Cylindrical-coordinate representation of color #127029: hue angle of 134.68º 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 #127029 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 41 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.56 |
| HSL | 134.68º | 0.72% | 0.25% | - |
| HSV(B) | 134.68º | 0.84% | 0.44% | - |
| XYZ | 6.44 | 11.88 | 4.05 | - |
| YUV | 75.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 41 | 0.84 | 0 | 0.63 | 0.56 | 134.68 | 0.72 | 0.25 |
| Hex | 12 | 70 | 29 | 54 | 0 | 3F | 38 | 87 | 48 | 19 |
| Octal | 22 | 160 | 51 | 124 | 0 | 77 | 70 | 207 | 110 | 31 |
| Binary | 10010 | 1110000 | 101001 | 1010100 | 0 | 111111 | 111000 | 10000111 | 1001000 | 11001 |
Color Harmonies of #127029
Complementary color
Monochromatic Colors of #127029
Black with #127029
Text Example
Text Example
White with #127029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127029; }
p { color: rgb(18,112,41); }
H1.HeaderClassName
{
color: #127029;
}
.AnyTagClassName
{
color: #127029;
}
</style>
background-color css
<style>
a { background-color: #127029; }
a { background-color: rgb(18,112,41); }
div.DivClassName
{
background-color: #127029;
}
.BgClassName
{
background-color: #127029;
}
</style>
border-color css
<style>
span { border-color: #127029; }
span { border-color: rgb(18,112,41); }
td.TdClassName
{
border-color: #127029;
}
.TagClassName
{
border-color: #127029;
}
</style>