Shades of Deep Teal #0D372F
Tints of Deep Teal #0D372F
RGB
CMYK
RGB Variations
Color information
#0D372F (or 0x0D372F) is known color: Deep Teal. HEX triplet: 0D, 37 and 2F. RGB value is (13,55,47). Sum of RGB (Red+Green+Blue) = 13+55+47=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #0D372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D372F is #F2C8D0. Grayscale: #292929. Windows color (decimal): -15911121 or 3094285. OLE color: 3094285.
HSL color Cylindrical-coordinate representation of color #0D372F: hue angle of 168.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D372F is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 55 | 47 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.78 |
| HSL | 168.57º | 0.62% | 0.13% | - |
| HSV(B) | 168.57º | 0.76% | 0.22% | - |
| XYZ | 2.05 | 3.02 | 3.17 | - |
| YUV | 41.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 47 | 0.76 | 0 | 0.15 | 0.78 | 168.57 | 0.62 | 0.13 |
| Hex | D | 37 | 2F | 4C | 0 | F | 4E | A9 | 3E | D |
| Octal | 15 | 67 | 57 | 114 | 0 | 17 | 116 | 251 | 76 | 15 |
| Binary | 1101 | 110111 | 101111 | 1001100 | 0 | 1111 | 1001110 | 10101001 | 111110 | 1101 |
Color Harmonies of #0D372F
Complementary color
Monochromatic Colors of #0D372F
Black with #0D372F
Text Example
Text Example
White with #0D372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D372F; }
p { color: rgb(13,55,47); }
H1.HeaderClassName
{
color: #0D372F;
}
.AnyTagClassName
{
color: #0D372F;
}
</style>
background-color css
<style>
a { background-color: #0D372F; }
a { background-color: rgb(13,55,47); }
div.DivClassName
{
background-color: #0D372F;
}
.BgClassName
{
background-color: #0D372F;
}
</style>
border-color css
<style>
span { border-color: #0D372F; }
span { border-color: rgb(13,55,47); }
td.TdClassName
{
border-color: #0D372F;
}
.TagClassName
{
border-color: #0D372F;
}
</style>