Shades of Rangoon Green #0D1005
Tints of Rangoon Green #0D1005
RGB
CMYK
RGB Variations
Color information
#0D1005 (or 0x0D1005) is known color: Rangoon Green. HEX triplet: 0D, 10 and 05. RGB value is (13,16,5). Sum of RGB (Red+Green+Blue) = 13+16+5=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 16 - color contains mainly: green. Hex color #0D1005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1005 is #F2EFFA. Grayscale: #0D0D0D. Windows color (decimal): -15921147 or 331789. OLE color: 331789.
HSL color Cylindrical-coordinate representation of color #0D1005: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D1005 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 16 | 5 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.94 |
| HSL | 76.36º | 0.52% | 0.04% | - |
| HSV(B) | 76.36º | 0.69% | 0.06% | - |
| XYZ | 0.38 | 0.47 | 0.21 | - |
| YUV | 13.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 5 | 0.19 | 0 | 0.69 | 0.94 | 76.36 | 0.52 | 0.04 |
| Hex | D | 10 | 5 | 13 | 0 | 45 | 5E | 4C | 34 | 4 |
| Octal | 15 | 20 | 5 | 23 | 0 | 105 | 136 | 114 | 64 | 4 |
| Binary | 1101 | 10000 | 101 | 10011 | 0 | 1000101 | 1011110 | 1001100 | 110100 | 100 |
Color Harmonies of #0D1005
Complementary color
Monochromatic Colors of #0D1005
Black with #0D1005
Text Example
Text Example
White with #0D1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1005; }
p { color: rgb(13,16,5); }
H1.HeaderClassName
{
color: #0D1005;
}
.AnyTagClassName
{
color: #0D1005;
}
</style>
background-color css
<style>
a { background-color: #0D1005; }
a { background-color: rgb(13,16,5); }
div.DivClassName
{
background-color: #0D1005;
}
.BgClassName
{
background-color: #0D1005;
}
</style>
border-color css
<style>
span { border-color: #0D1005; }
span { border-color: rgb(13,16,5); }
td.TdClassName
{
border-color: #0D1005;
}
.TagClassName
{
border-color: #0D1005;
}
</style>