Shades of Jewel #0D7041
Tints of Jewel #0D7041
RGB
CMYK
RGB Variations
Color information
#0D7041 (or 0x0D7041) is known color: Jewel. HEX triplet: 0D, 70 and 41. RGB value is (13,112,65). Sum of RGB (Red+Green+Blue) = 13+112+65=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7041 is #F28FBE. Grayscale: #4D4D4D. Windows color (decimal): -15896511 or 4288525. OLE color: 4288525.
HSL color Cylindrical-coordinate representation of color #0D7041: hue angle of 151.52º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7041 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 65 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.56 |
| HSL | 151.52º | 0.79% | 0.25% | - |
| HSV(B) | 151.52º | 0.88% | 0.44% | - |
| XYZ | 6.91 | 12.06 | 6.96 | - |
| YUV | 77.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 65 | 0.88 | 0 | 0.42 | 0.56 | 151.52 | 0.79 | 0.25 |
| Hex | D | 70 | 41 | 58 | 0 | 2A | 38 | 98 | 4F | 19 |
| Octal | 15 | 160 | 101 | 130 | 0 | 52 | 70 | 230 | 117 | 31 |
| Binary | 1101 | 1110000 | 1000001 | 1011000 | 0 | 101010 | 111000 | 10011000 | 1001111 | 11001 |
Color Harmonies of #0D7041
Complementary color
Monochromatic Colors of #0D7041
Black with #0D7041
Text Example
Text Example
White with #0D7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7041; }
p { color: rgb(13,112,65); }
H1.HeaderClassName
{
color: #0D7041;
}
.AnyTagClassName
{
color: #0D7041;
}
</style>
background-color css
<style>
a { background-color: #0D7041; }
a { background-color: rgb(13,112,65); }
div.DivClassName
{
background-color: #0D7041;
}
.BgClassName
{
background-color: #0D7041;
}
</style>
border-color css
<style>
span { border-color: #0D7041; }
span { border-color: rgb(13,112,65); }
td.TdClassName
{
border-color: #0D7041;
}
.TagClassName
{
border-color: #0D7041;
}
</style>