Shades of Deep Teal #0D342F
Tints of Deep Teal #0D342F
RGB
CMYK
RGB Variations
Color information
#0D342F (or 0x0D342F) is known color: Deep Teal. HEX triplet: 0D, 34 and 2F. RGB value is (13,52,47). Sum of RGB (Red+Green+Blue) = 13+52+47=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #0D342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D342F is #F2CBD0. Grayscale: #272727. Windows color (decimal): -15911889 or 3093517. OLE color: 3093517.
HSL color Cylindrical-coordinate representation of color #0D342F: hue angle of 172.31º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D342F is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 52 | 47 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.80 |
| HSL | 172.31º | 0.6% | 0.13% | - |
| HSV(B) | 172.31º | 0.75% | 0.2% | - |
| XYZ | 1.91 | 2.75 | 3.12 | - |
| YUV | 39.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 47 | 0.75 | 0 | 0.10 | 0.80 | 172.31 | 0.6 | 0.13 |
| Hex | D | 34 | 2F | 4B | 0 | A | 50 | AC | 3C | D |
| Octal | 15 | 64 | 57 | 113 | 0 | 12 | 120 | 254 | 74 | 15 |
| Binary | 1101 | 110100 | 101111 | 1001011 | 0 | 1010 | 1010000 | 10101100 | 111100 | 1101 |
Color Harmonies of #0D342F
Complementary color
Monochromatic Colors of #0D342F
Black with #0D342F
Text Example
Text Example
White with #0D342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D342F; }
p { color: rgb(13,52,47); }
H1.HeaderClassName
{
color: #0D342F;
}
.AnyTagClassName
{
color: #0D342F;
}
</style>
background-color css
<style>
a { background-color: #0D342F; }
a { background-color: rgb(13,52,47); }
div.DivClassName
{
background-color: #0D342F;
}
.BgClassName
{
background-color: #0D342F;
}
</style>
border-color css
<style>
span { border-color: #0D342F; }
span { border-color: rgb(13,52,47); }
td.TdClassName
{
border-color: #0D342F;
}
.TagClassName
{
border-color: #0D342F;
}
</style>