Shades of Camarone #127C30
Tints of Camarone #127C30
RGB
CMYK
RGB Variations
Color information
#127C30 (or 0x127C30) is known color: Camarone. HEX triplet: 12, 7C and 30. RGB value is (18,124,48). Sum of RGB (Red+Green+Blue) = 18+124+48=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 124 (48.83% from 255 or 65.26% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 124 - color contains mainly: green. Hex color #127C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C30 is #ED83CF. Grayscale: #535353. Windows color (decimal): -15565776 or 3177490. OLE color: 3177490.
HSL color Cylindrical-coordinate representation of color #127C30: hue angle of 136.98º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C30 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 48 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.51 |
| HSL | 136.98º | 0.75% | 0.28% | - |
| HSV(B) | 136.98º | 0.85% | 0.49% | - |
| XYZ | 7.99 | 14.76 | 5.22 | - |
| YUV | 83.64 | 107.88 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 48 | 0.85 | 0 | 0.61 | 0.51 | 136.98 | 0.75 | 0.28 |
| Hex | 12 | 7C | 30 | 55 | 0 | 3D | 33 | 89 | 4B | 1C |
| Octal | 22 | 174 | 60 | 125 | 0 | 75 | 63 | 211 | 113 | 34 |
| Binary | 10010 | 1111100 | 110000 | 1010101 | 0 | 111101 | 110011 | 10001001 | 1001011 | 11100 |
Color Harmonies of #127C30
Complementary color
Monochromatic Colors of #127C30
Black with #127C30
Text Example
Text Example
White with #127C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C30; }
p { color: rgb(18,124,48); }
H1.HeaderClassName
{
color: #127C30;
}
.AnyTagClassName
{
color: #127C30;
}
</style>
background-color css
<style>
a { background-color: #127C30; }
a { background-color: rgb(18,124,48); }
div.DivClassName
{
background-color: #127C30;
}
.BgClassName
{
background-color: #127C30;
}
</style>
border-color css
<style>
span { border-color: #127C30; }
span { border-color: rgb(18,124,48); }
td.TdClassName
{
border-color: #127C30;
}
.TagClassName
{
border-color: #127C30;
}
</style>