Shades of Camarone #127429
Tints of Camarone #127429
RGB
CMYK
RGB Variations
Color information
#127429 (or 0x127429) is known color: Camarone. HEX triplet: 12, 74 and 29. RGB value is (18,116,41). Sum of RGB (Red+Green+Blue) = 18+116+41=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #127429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127429 is #ED8BD6. Grayscale: #4E4E4E. Windows color (decimal): -15567831 or 2716690. OLE color: 2716690.
HSL color Cylindrical-coordinate representation of color #127429: hue angle of 134.08º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127429 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 41 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.55 |
| HSL | 134.08º | 0.73% | 0.26% | - |
| HSV(B) | 134.08º | 0.84% | 0.45% | - |
| XYZ | 6.9 | 12.78 | 4.2 | - |
| YUV | 78.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 41 | 0.84 | 0 | 0.65 | 0.55 | 134.08 | 0.73 | 0.26 |
| Hex | 12 | 74 | 29 | 54 | 0 | 41 | 37 | 86 | 49 | 1A |
| Octal | 22 | 164 | 51 | 124 | 0 | 101 | 67 | 206 | 111 | 32 |
| Binary | 10010 | 1110100 | 101001 | 1010100 | 0 | 1000001 | 110111 | 10000110 | 1001001 | 11010 |
Color Harmonies of #127429
Complementary color
Monochromatic Colors of #127429
Black with #127429
Text Example
Text Example
White with #127429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127429; }
p { color: rgb(18,116,41); }
H1.HeaderClassName
{
color: #127429;
}
.AnyTagClassName
{
color: #127429;
}
</style>
background-color css
<style>
a { background-color: #127429; }
a { background-color: rgb(18,116,41); }
div.DivClassName
{
background-color: #127429;
}
.BgClassName
{
background-color: #127429;
}
</style>
border-color css
<style>
span { border-color: #127429; }
span { border-color: rgb(18,116,41); }
td.TdClassName
{
border-color: #127429;
}
.TagClassName
{
border-color: #127429;
}
</style>