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