Shades of Pine Green #12736D
Tints of Pine Green #12736D
RGB
CMYK
RGB Variations
Color information
#12736D (or 0x12736D) is known color: Pine Green. HEX triplet: 12, 73 and 6D. RGB value is (18,115,109). Sum of RGB (Red+Green+Blue) = 18+115+109=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #12736D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12736D is #ED8C92. Grayscale: #555555. Windows color (decimal): -15568019 or 7172882. OLE color: 7172882.
HSL color Cylindrical-coordinate representation of color #12736D: hue angle of 176.29º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12736D is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 109 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.55 |
| HSL | 176.29º | 0.73% | 0.26% | - |
| HSV(B) | 176.29º | 0.84% | 0.45% | - |
| XYZ | 9.14 | 13.49 | 16.59 | - |
| YUV | 85.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 109 | 0.84 | 0 | 0.05 | 0.55 | 176.29 | 0.73 | 0.26 |
| Hex | 12 | 73 | 6D | 54 | 0 | 5 | 37 | B0 | 49 | 1A |
| Octal | 22 | 163 | 155 | 124 | 0 | 5 | 67 | 260 | 111 | 32 |
| Binary | 10010 | 1110011 | 1101101 | 1010100 | 0 | 101 | 110111 | 10110000 | 1001001 | 11010 |
Color Harmonies of #12736D
Complementary color
Monochromatic Colors of #12736D
Black with #12736D
Text Example
Text Example
White with #12736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12736D; }
p { color: rgb(18,115,109); }
H1.HeaderClassName
{
color: #12736D;
}
.AnyTagClassName
{
color: #12736D;
}
</style>
background-color css
<style>
a { background-color: #12736D; }
a { background-color: rgb(18,115,109); }
div.DivClassName
{
background-color: #12736D;
}
.BgClassName
{
background-color: #12736D;
}
</style>
border-color css
<style>
span { border-color: #12736D; }
span { border-color: rgb(18,115,109); }
td.TdClassName
{
border-color: #12736D;
}
.TagClassName
{
border-color: #12736D;
}
</style>