Shades of Camarone #127C2D
Tints of Camarone #127C2D
RGB
CMYK
RGB Variations
Color information
#127C2D (or 0x127C2D) is known color: Camarone. HEX triplet: 12, 7C and 2D. RGB value is (18,124,45). Sum of RGB (Red+Green+Blue) = 18+124+45=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 124 (48.83% from 255 or 66.31% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 124 - color contains mainly: green. Hex color #127C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C2D is #ED83D2. Grayscale: #535353. Windows color (decimal): -15565779 or 2980882. OLE color: 2980882.
HSL color Cylindrical-coordinate representation of color #127C2D: hue angle of 135.28º 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 #127C2D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 45 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.51 |
| HSL | 135.28º | 0.75% | 0.28% | - |
| HSV(B) | 135.28º | 0.85% | 0.49% | - |
| XYZ | 7.93 | 14.73 | 4.91 | - |
| YUV | 83.3 | 106.38 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 45 | 0.85 | 0 | 0.64 | 0.51 | 135.28 | 0.75 | 0.28 |
| Hex | 12 | 7C | 2D | 55 | 0 | 40 | 33 | 87 | 4B | 1C |
| Octal | 22 | 174 | 55 | 125 | 0 | 100 | 63 | 207 | 113 | 34 |
| Binary | 10010 | 1111100 | 101101 | 1010101 | 0 | 1000000 | 110011 | 10000111 | 1001011 | 11100 |
Color Harmonies of #127C2D
Complementary color
Monochromatic Colors of #127C2D
Black with #127C2D
Text Example
Text Example
White with #127C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C2D; }
p { color: rgb(18,124,45); }
H1.HeaderClassName
{
color: #127C2D;
}
.AnyTagClassName
{
color: #127C2D;
}
</style>
background-color css
<style>
a { background-color: #127C2D; }
a { background-color: rgb(18,124,45); }
div.DivClassName
{
background-color: #127C2D;
}
.BgClassName
{
background-color: #127C2D;
}
</style>
border-color css
<style>
span { border-color: #127C2D; }
span { border-color: rgb(18,124,45); }
td.TdClassName
{
border-color: #127C2D;
}
.TagClassName
{
border-color: #127C2D;
}
</style>