Shades of Jewel #0D6242
Tints of Jewel #0D6242
RGB
CMYK
RGB Variations
Color information
#0D6242 (or 0x0D6242) is known color: Jewel. HEX triplet: 0D, 62 and 42. RGB value is (13,98,66). Sum of RGB (Red+Green+Blue) = 13+98+66=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6242 is #F29DBD. Grayscale: #444444. Windows color (decimal): -15900094 or 4350477. OLE color: 4350477.
HSL color Cylindrical-coordinate representation of color #0D6242: hue angle of 157.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6242 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 98 | 66 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.62 |
| HSL | 157.41º | 0.77% | 0.22% | - |
| HSV(B) | 157.41º | 0.87% | 0.38% | - |
| XYZ | 5.52 | 9.21 | 6.64 | - |
| YUV | 68.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 98 | 66 | 0.87 | 0 | 0.33 | 0.62 | 157.41 | 0.77 | 0.22 |
| Hex | D | 62 | 42 | 57 | 0 | 21 | 3E | 9D | 4D | 16 |
| Octal | 15 | 142 | 102 | 127 | 0 | 41 | 76 | 235 | 115 | 26 |
| Binary | 1101 | 1100010 | 1000010 | 1010111 | 0 | 100001 | 111110 | 10011101 | 1001101 | 10110 |
Color Harmonies of #0D6242
Complementary color
Monochromatic Colors of #0D6242
Black with #0D6242
Text Example
Text Example
White with #0D6242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6242; }
p { color: rgb(13,98,66); }
H1.HeaderClassName
{
color: #0D6242;
}
.AnyTagClassName
{
color: #0D6242;
}
</style>
background-color css
<style>
a { background-color: #0D6242; }
a { background-color: rgb(13,98,66); }
div.DivClassName
{
background-color: #0D6242;
}
.BgClassName
{
background-color: #0D6242;
}
</style>
border-color css
<style>
span { border-color: #0D6242; }
span { border-color: rgb(13,98,66); }
td.TdClassName
{
border-color: #0D6242;
}
.TagClassName
{
border-color: #0D6242;
}
</style>