Shades of Camarone #127B2F
Tints of Camarone #127B2F
RGB
CMYK
RGB Variations
Color information
#127B2F (or 0x127B2F) is known color: Camarone. HEX triplet: 12, 7B and 2F. RGB value is (18,123,47). Sum of RGB (Red+Green+Blue) = 18+123+47=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 123 (48.44% from 255 or 65.43% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 123 - color contains mainly: green. Hex color #127B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B2F is #ED84D0. Grayscale: #535353. Windows color (decimal): -15566033 or 3111698. OLE color: 3111698.
HSL color Cylindrical-coordinate representation of color #127B2F: hue angle of 136.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B2F is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 47 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.52 |
| HSL | 136.57º | 0.74% | 0.28% | - |
| HSV(B) | 136.57º | 0.85% | 0.48% | - |
| XYZ | 7.85 | 14.5 | 5.07 | - |
| YUV | 82.94 | 107.71 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 47 | 0.85 | 0 | 0.62 | 0.52 | 136.57 | 0.74 | 0.28 |
| Hex | 12 | 7B | 2F | 55 | 0 | 3E | 34 | 89 | 4A | 1C |
| Octal | 22 | 173 | 57 | 125 | 0 | 76 | 64 | 211 | 112 | 34 |
| Binary | 10010 | 1111011 | 101111 | 1010101 | 0 | 111110 | 110100 | 10001001 | 1001010 | 11100 |
Color Harmonies of #127B2F
Complementary color
Monochromatic Colors of #127B2F
Black with #127B2F
Text Example
Text Example
White with #127B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B2F; }
p { color: rgb(18,123,47); }
H1.HeaderClassName
{
color: #127B2F;
}
.AnyTagClassName
{
color: #127B2F;
}
</style>
background-color css
<style>
a { background-color: #127B2F; }
a { background-color: rgb(18,123,47); }
div.DivClassName
{
background-color: #127B2F;
}
.BgClassName
{
background-color: #127B2F;
}
</style>
border-color css
<style>
span { border-color: #127B2F; }
span { border-color: rgb(18,123,47); }
td.TdClassName
{
border-color: #127B2F;
}
.TagClassName
{
border-color: #127B2F;
}
</style>