Shades of Dark Green #0D261A
Tints of Dark Green #0D261A
RGB
CMYK
RGB Variations
Color information
#0D261A (or 0x0D261A) is known color: Dark Green. HEX triplet: 0D, 26 and 1A. RGB value is (13,38,26). Sum of RGB (Red+Green+Blue) = 13+38+26=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #0D261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D261A is #F2D9E5. Grayscale: #1D1D1D. Windows color (decimal): -15915494 or 1713677. OLE color: 1713677.
HSL color Cylindrical-coordinate representation of color #0D261A: hue angle of 151.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D261A is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 38 | 26 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.85 |
| HSL | 151.2º | 0.49% | 0.1% | - |
| HSV(B) | 151.2º | 0.66% | 0.15% | - |
| XYZ | 1.05 | 1.55 | 1.22 | - |
| YUV | 29.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 26 | 0.66 | 0 | 0.32 | 0.85 | 151.2 | 0.49 | 0.1 |
| Hex | D | 26 | 1A | 42 | 0 | 20 | 55 | 97 | 31 | A |
| Octal | 15 | 46 | 32 | 102 | 0 | 40 | 125 | 227 | 61 | 12 |
| Binary | 1101 | 100110 | 11010 | 1000010 | 0 | 100000 | 1010101 | 10010111 | 110001 | 1010 |
Color Harmonies of #0D261A
Complementary color
Monochromatic Colors of #0D261A
Black with #0D261A
Text Example
Text Example
White with #0D261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D261A; }
p { color: rgb(13,38,26); }
H1.HeaderClassName
{
color: #0D261A;
}
.AnyTagClassName
{
color: #0D261A;
}
</style>
background-color css
<style>
a { background-color: #0D261A; }
a { background-color: rgb(13,38,26); }
div.DivClassName
{
background-color: #0D261A;
}
.BgClassName
{
background-color: #0D261A;
}
</style>
border-color css
<style>
span { border-color: #0D261A; }
span { border-color: rgb(13,38,26); }
td.TdClassName
{
border-color: #0D261A;
}
.TagClassName
{
border-color: #0D261A;
}
</style>