Shades of Camarone #126F2E
Tints of Camarone #126F2E
RGB
CMYK
RGB Variations
Color information
#126F2E (or 0x126F2E) is known color: Camarone. HEX triplet: 12, 6F and 2E. RGB value is (18,111,46). Sum of RGB (Red+Green+Blue) = 18+111+46=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #126F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F2E is #ED90D1. Grayscale: #4B4B4B. Windows color (decimal): -15569106 or 3043090. OLE color: 3043090.
HSL color Cylindrical-coordinate representation of color #126F2E: hue angle of 138.06º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F2E is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 46 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.56 |
| HSL | 138.06º | 0.72% | 0.25% | - |
| HSV(B) | 138.06º | 0.84% | 0.44% | - |
| XYZ | 6.43 | 11.69 | 4.5 | - |
| YUV | 75.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 46 | 0.84 | 0 | 0.59 | 0.56 | 138.06 | 0.72 | 0.25 |
| Hex | 12 | 6F | 2E | 54 | 0 | 3B | 38 | 8A | 48 | 19 |
| Octal | 22 | 157 | 56 | 124 | 0 | 73 | 70 | 212 | 110 | 31 |
| Binary | 10010 | 1101111 | 101110 | 1010100 | 0 | 111011 | 111000 | 10001010 | 1001000 | 11001 |
Color Harmonies of #126F2E
Complementary color
Monochromatic Colors of #126F2E
Black with #126F2E
Text Example
Text Example
White with #126F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F2E; }
p { color: rgb(18,111,46); }
H1.HeaderClassName
{
color: #126F2E;
}
.AnyTagClassName
{
color: #126F2E;
}
</style>
background-color css
<style>
a { background-color: #126F2E; }
a { background-color: rgb(18,111,46); }
div.DivClassName
{
background-color: #126F2E;
}
.BgClassName
{
background-color: #126F2E;
}
</style>
border-color css
<style>
span { border-color: #126F2E; }
span { border-color: rgb(18,111,46); }
td.TdClassName
{
border-color: #126F2E;
}
.TagClassName
{
border-color: #126F2E;
}
</style>