Shades of Green #126305
Tints of Green #126305
RGB
CMYK
RGB Variations
Color information
#126305 (or 0x126305) is known color: Green. HEX triplet: 12, 63 and 05. RGB value is (18,99,5). Sum of RGB (Red+Green+Blue) = 18+99+5=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #126305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126305 is #ED9CFA. Grayscale: #404040. Windows color (decimal): -15572219 or 353042. OLE color: 353042.
HSL color Cylindrical-coordinate representation of color #126305: hue angle of 111.7º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #126305 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 5 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.61 |
| HSL | 111.7º | 0.9% | 0.2% | - |
| HSV(B) | 111.7º | 0.95% | 0.39% | - |
| XYZ | 4.74 | 9.06 | 1.64 | - |
| YUV | 64.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 5 | 0.82 | 0 | 0.95 | 0.61 | 111.7 | 0.9 | 0.2 |
| Hex | 12 | 63 | 5 | 52 | 0 | 5F | 3D | 70 | 5A | 14 |
| Octal | 22 | 143 | 5 | 122 | 0 | 137 | 75 | 160 | 132 | 24 |
| Binary | 10010 | 1100011 | 101 | 1010010 | 0 | 1011111 | 111101 | 1110000 | 1011010 | 10100 |
Color Harmonies of #126305
Complementary color
Monochromatic Colors of #126305
Black with #126305
Text Example
Text Example
White with #126305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126305; }
p { color: rgb(18,99,5); }
H1.HeaderClassName
{
color: #126305;
}
.AnyTagClassName
{
color: #126305;
}
</style>
background-color css
<style>
a { background-color: #126305; }
a { background-color: rgb(18,99,5); }
div.DivClassName
{
background-color: #126305;
}
.BgClassName
{
background-color: #126305;
}
</style>
border-color css
<style>
span { border-color: #126305; }
span { border-color: rgb(18,99,5); }
td.TdClassName
{
border-color: #126305;
}
.TagClassName
{
border-color: #126305;
}
</style>