Shades of Dark Green #0D241A
Tints of Dark Green #0D241A
RGB
CMYK
RGB Variations
Color information
#0D241A (or 0x0D241A) is known color: Dark Green. HEX triplet: 0D, 24 and 1A. RGB value is (13,36,26). Sum of RGB (Red+Green+Blue) = 13+36+26=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #0D241A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D241A is #F2DBE5. Grayscale: #1B1B1B. Windows color (decimal): -15916006 or 1713165. OLE color: 1713165.
HSL color Cylindrical-coordinate representation of color #0D241A: hue angle of 153.91º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D241A is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 36 | 26 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.86 |
| HSL | 153.91º | 0.47% | 0.1% | - |
| HSV(B) | 153.91º | 0.64% | 0.14% | - |
| XYZ | 0.98 | 1.42 | 1.2 | - |
| YUV | 27.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 26 | 0.64 | 0 | 0.28 | 0.86 | 153.91 | 0.47 | 0.1 |
| Hex | D | 24 | 1A | 40 | 0 | 1C | 56 | 9A | 2F | A |
| Octal | 15 | 44 | 32 | 100 | 0 | 34 | 126 | 232 | 57 | 12 |
| Binary | 1101 | 100100 | 11010 | 1000000 | 0 | 11100 | 1010110 | 10011010 | 101111 | 1010 |
Color Harmonies of #0D241A
Complementary color
Monochromatic Colors of #0D241A
Black with #0D241A
Text Example
Text Example
White with #0D241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D241A; }
p { color: rgb(13,36,26); }
H1.HeaderClassName
{
color: #0D241A;
}
.AnyTagClassName
{
color: #0D241A;
}
</style>
background-color css
<style>
a { background-color: #0D241A; }
a { background-color: rgb(13,36,26); }
div.DivClassName
{
background-color: #0D241A;
}
.BgClassName
{
background-color: #0D241A;
}
</style>
border-color css
<style>
span { border-color: #0D241A; }
span { border-color: rgb(13,36,26); }
td.TdClassName
{
border-color: #0D241A;
}
.TagClassName
{
border-color: #0D241A;
}
</style>