Shades of Camarone #127A2A
Tints of Camarone #127A2A
RGB
CMYK
RGB Variations
Color information
#127A2A (or 0x127A2A) is known color: Camarone. HEX triplet: 12, 7A and 2A. RGB value is (18,122,42). Sum of RGB (Red+Green+Blue) = 18+122+42=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 122 (48.05% from 255 or 67.03% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 122 - color contains mainly: green. Hex color #127A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A2A is #ED85D5. Grayscale: #525252. Windows color (decimal): -15566294 or 2783762. OLE color: 2783762.
HSL color Cylindrical-coordinate representation of color #127A2A: hue angle of 133.85º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A2A is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 42 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.52 |
| HSL | 133.85º | 0.74% | 0.27% | - |
| HSV(B) | 133.85º | 0.85% | 0.48% | - |
| XYZ | 7.63 | 14.21 | 4.53 | - |
| YUV | 81.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 42 | 0.85 | 0 | 0.66 | 0.52 | 133.85 | 0.74 | 0.27 |
| Hex | 12 | 7A | 2A | 55 | 0 | 42 | 34 | 86 | 4A | 1B |
| Octal | 22 | 172 | 52 | 125 | 0 | 102 | 64 | 206 | 112 | 33 |
| Binary | 10010 | 1111010 | 101010 | 1010101 | 0 | 1000010 | 110100 | 10000110 | 1001010 | 11011 |
Color Harmonies of #127A2A
Complementary color
Monochromatic Colors of #127A2A
Black with #127A2A
Text Example
Text Example
White with #127A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A2A; }
p { color: rgb(18,122,42); }
H1.HeaderClassName
{
color: #127A2A;
}
.AnyTagClassName
{
color: #127A2A;
}
</style>
background-color css
<style>
a { background-color: #127A2A; }
a { background-color: rgb(18,122,42); }
div.DivClassName
{
background-color: #127A2A;
}
.BgClassName
{
background-color: #127A2A;
}
</style>
border-color css
<style>
span { border-color: #127A2A; }
span { border-color: rgb(18,122,42); }
td.TdClassName
{
border-color: #127A2A;
}
.TagClassName
{
border-color: #127A2A;
}
</style>