Shades of Camarone #127430
Tints of Camarone #127430
RGB
CMYK
RGB Variations
Color information
#127430 (or 0x127430) is known color: Camarone. HEX triplet: 12, 74 and 30. RGB value is (18,116,48). Sum of RGB (Red+Green+Blue) = 18+116+48=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #127430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127430 is #ED8BCF. Grayscale: #4F4F4F. Windows color (decimal): -15567824 or 3175442. OLE color: 3175442.
HSL color Cylindrical-coordinate representation of color #127430: hue angle of 138.37º 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 #127430 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 48 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.55 |
| HSL | 138.37º | 0.73% | 0.26% | - |
| HSV(B) | 138.37º | 0.84% | 0.45% | - |
| XYZ | 7.03 | 12.83 | 4.9 | - |
| YUV | 78.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 48 | 0.84 | 0 | 0.59 | 0.55 | 138.37 | 0.73 | 0.26 |
| Hex | 12 | 74 | 30 | 54 | 0 | 3B | 37 | 8A | 49 | 1A |
| Octal | 22 | 164 | 60 | 124 | 0 | 73 | 67 | 212 | 111 | 32 |
| Binary | 10010 | 1110100 | 110000 | 1010100 | 0 | 111011 | 110111 | 10001010 | 1001001 | 11010 |
Color Harmonies of #127430
Complementary color
Monochromatic Colors of #127430
Black with #127430
Text Example
Text Example
White with #127430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127430; }
p { color: rgb(18,116,48); }
H1.HeaderClassName
{
color: #127430;
}
.AnyTagClassName
{
color: #127430;
}
</style>
background-color css
<style>
a { background-color: #127430; }
a { background-color: rgb(18,116,48); }
div.DivClassName
{
background-color: #127430;
}
.BgClassName
{
background-color: #127430;
}
</style>
border-color css
<style>
span { border-color: #127430; }
span { border-color: rgb(18,116,48); }
td.TdClassName
{
border-color: #127430;
}
.TagClassName
{
border-color: #127430;
}
</style>