Shades of Camarone #127B28
Tints of Camarone #127B28
RGB
CMYK
RGB Variations
Color information
#127B28 (or 0x127B28) is known color: Camarone. HEX triplet: 12, 7B and 28. RGB value is (18,123,40). Sum of RGB (Red+Green+Blue) = 18+123+40=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 123 (48.44% from 255 or 67.96% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 123 - color contains mainly: green. Hex color #127B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B28 is #ED84D7. Grayscale: #525252. Windows color (decimal): -15566040 or 2652946. OLE color: 2652946.
HSL color Cylindrical-coordinate representation of color #127B28: hue angle of 132.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 #127B28 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 40 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.52 |
| HSL | 132.57º | 0.74% | 0.28% | - |
| HSV(B) | 132.57º | 0.85% | 0.48% | - |
| XYZ | 7.72 | 14.45 | 4.39 | - |
| YUV | 82.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 40 | 0.85 | 0 | 0.67 | 0.52 | 132.57 | 0.74 | 0.28 |
| Hex | 12 | 7B | 28 | 55 | 0 | 43 | 34 | 85 | 4A | 1C |
| Octal | 22 | 173 | 50 | 125 | 0 | 103 | 64 | 205 | 112 | 34 |
| Binary | 10010 | 1111011 | 101000 | 1010101 | 0 | 1000011 | 110100 | 10000101 | 1001010 | 11100 |
Color Harmonies of #127B28
Complementary color
Monochromatic Colors of #127B28
Black with #127B28
Text Example
Text Example
White with #127B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B28; }
p { color: rgb(18,123,40); }
H1.HeaderClassName
{
color: #127B28;
}
.AnyTagClassName
{
color: #127B28;
}
</style>
background-color css
<style>
a { background-color: #127B28; }
a { background-color: rgb(18,123,40); }
div.DivClassName
{
background-color: #127B28;
}
.BgClassName
{
background-color: #127B28;
}
</style>
border-color css
<style>
span { border-color: #127B28; }
span { border-color: rgb(18,123,40); }
td.TdClassName
{
border-color: #127B28;
}
.TagClassName
{
border-color: #127B28;
}
</style>