Shades of Pine Green #127372
Tints of Pine Green #127372
RGB
CMYK
RGB Variations
Color information
#127372 (or 0x127372) is known color: Pine Green. HEX triplet: 12, 73 and 72. RGB value is (18,115,114). Sum of RGB (Red+Green+Blue) = 18+115+114=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #127372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127372 is #ED8C8D. Grayscale: #555555. Windows color (decimal): -15568014 or 7500562. OLE color: 7500562.
HSL color Cylindrical-coordinate representation of color #127372: hue angle of 179.38º 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 #127372 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 114 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.55 |
| HSL | 179.38º | 0.73% | 0.26% | - |
| HSV(B) | 179.38º | 0.84% | 0.45% | - |
| XYZ | 9.42 | 13.6 | 18.05 | - |
| YUV | 85.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 114 | 0.84 | 0 | 0.01 | 0.55 | 179.38 | 0.73 | 0.26 |
| Hex | 12 | 73 | 72 | 54 | 0 | 1 | 37 | B3 | 49 | 1A |
| Octal | 22 | 163 | 162 | 124 | 0 | 1 | 67 | 263 | 111 | 32 |
| Binary | 10010 | 1110011 | 1110010 | 1010100 | 0 | 1 | 110111 | 10110011 | 1001001 | 11010 |
Color Harmonies of #127372
Complementary color
Monochromatic Colors of #127372
Black with #127372
Text Example
Text Example
White with #127372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127372; }
p { color: rgb(18,115,114); }
H1.HeaderClassName
{
color: #127372;
}
.AnyTagClassName
{
color: #127372;
}
</style>
background-color css
<style>
a { background-color: #127372; }
a { background-color: rgb(18,115,114); }
div.DivClassName
{
background-color: #127372;
}
.BgClassName
{
background-color: #127372;
}
</style>
border-color css
<style>
span { border-color: #127372; }
span { border-color: rgb(18,115,114); }
td.TdClassName
{
border-color: #127372;
}
.TagClassName
{
border-color: #127372;
}
</style>