Shades of Green #126304
Tints of Green #126304
RGB
CMYK
RGB Variations
Color information
#126304 (or 0x126304) is known color: Green. HEX triplet: 12, 63 and 04. RGB value is (18,99,4). Sum of RGB (Red+Green+Blue) = 18+99+4=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #126304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126304 is #ED9CFB. Grayscale: #404040. Windows color (decimal): -15572220 or 287506. OLE color: 287506.
HSL color Cylindrical-coordinate representation of color #126304: hue angle of 111.16º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #126304 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 4 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.61 |
| HSL | 111.16º | 0.92% | 0.2% | - |
| HSV(B) | 111.16º | 0.96% | 0.39% | - |
| XYZ | 4.73 | 9.06 | 1.61 | - |
| YUV | 63.95 | 94.16 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 4 | 0.82 | 0 | 0.96 | 0.61 | 111.16 | 0.92 | 0.2 |
| Hex | 12 | 63 | 4 | 52 | 0 | 60 | 3D | 6F | 5C | 14 |
| Octal | 22 | 143 | 4 | 122 | 0 | 140 | 75 | 157 | 134 | 24 |
| Binary | 10010 | 1100011 | 100 | 1010010 | 0 | 1100000 | 111101 | 1101111 | 1011100 | 10100 |
Color Harmonies of #126304
Complementary color
Monochromatic Colors of #126304
Black with #126304
Text Example
Text Example
White with #126304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126304; }
p { color: rgb(18,99,4); }
H1.HeaderClassName
{
color: #126304;
}
.AnyTagClassName
{
color: #126304;
}
</style>
background-color css
<style>
a { background-color: #126304; }
a { background-color: rgb(18,99,4); }
div.DivClassName
{
background-color: #126304;
}
.BgClassName
{
background-color: #126304;
}
</style>
border-color css
<style>
span { border-color: #126304; }
span { border-color: rgb(18,99,4); }
td.TdClassName
{
border-color: #126304;
}
.TagClassName
{
border-color: #126304;
}
</style>