Shades of Pine Green #0D7372
Tints of Pine Green #0D7372
RGB
CMYK
RGB Variations
Color information
#0D7372 (or 0x0D7372) is known color: Pine Green. HEX triplet: 0D, 73 and 72. RGB value is (13,115,114). Sum of RGB (Red+Green+Blue) = 13+115+114=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7372 is #F28C8D. Grayscale: #545454. Windows color (decimal): -15895694 or 7500557. OLE color: 7500557.
HSL color Cylindrical-coordinate representation of color #0D7372: hue angle of 179.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7372 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 115 | 114 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.55 |
| HSL | 179.41º | 0.8% | 0.25% | - |
| HSV(B) | 179.41º | 0.89% | 0.45% | - |
| XYZ | 9.33 | 13.56 | 18.05 | - |
| YUV | 84.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 114 | 0.89 | 0 | 0.01 | 0.55 | 179.41 | 0.8 | 0.25 |
| Hex | D | 73 | 72 | 59 | 0 | 1 | 37 | B3 | 50 | 19 |
| Octal | 15 | 163 | 162 | 131 | 0 | 1 | 67 | 263 | 120 | 31 |
| Binary | 1101 | 1110011 | 1110010 | 1011001 | 0 | 1 | 110111 | 10110011 | 1010000 | 11001 |
Color Harmonies of #0D7372
Complementary color
Monochromatic Colors of #0D7372
Black with #0D7372
Text Example
Text Example
White with #0D7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7372; }
p { color: rgb(13,115,114); }
H1.HeaderClassName
{
color: #0D7372;
}
.AnyTagClassName
{
color: #0D7372;
}
</style>
background-color css
<style>
a { background-color: #0D7372; }
a { background-color: rgb(13,115,114); }
div.DivClassName
{
background-color: #0D7372;
}
.BgClassName
{
background-color: #0D7372;
}
</style>
border-color css
<style>
span { border-color: #0D7372; }
span { border-color: rgb(13,115,114); }
td.TdClassName
{
border-color: #0D7372;
}
.TagClassName
{
border-color: #0D7372;
}
</style>