Shades of Dark Green #05251D
Tints of Dark Green #05251D
RGB
CMYK
RGB Variations
Color information
#05251D (or 0x05251D) is known color: Dark Green. HEX triplet: 05, 25 and 1D. RGB value is (5,37,29). Sum of RGB (Red+Green+Blue) = 5+37+29=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #05251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05251D is #FADAE2. Grayscale: #1A1A1A. Windows color (decimal): -16440035 or 1910021. OLE color: 1910021.
HSL color Cylindrical-coordinate representation of color #05251D: hue angle of 165º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05251D is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 29 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.85 |
| HSL | 165º | 0.76% | 0.08% | - |
| HSV(B) | 165º | 0.86% | 0.15% | - |
| XYZ | 0.95 | 1.44 | 1.39 | - |
| YUV | 26.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 29 | 0.86 | 0 | 0.22 | 0.85 | 165 | 0.76 | 0.08 |
| Hex | 5 | 25 | 1D | 56 | 0 | 16 | 55 | A5 | 4C | 8 |
| Octal | 5 | 45 | 35 | 126 | 0 | 26 | 125 | 245 | 114 | 10 |
| Binary | 101 | 100101 | 11101 | 1010110 | 0 | 10110 | 1010101 | 10100101 | 1001100 | 1000 |
Color Harmonies of #05251D
Complementary color
Monochromatic Colors of #05251D
Black with #05251D
Text Example
Text Example
White with #05251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05251D; }
p { color: rgb(5,37,29); }
H1.HeaderClassName
{
color: #05251D;
}
.AnyTagClassName
{
color: #05251D;
}
</style>
background-color css
<style>
a { background-color: #05251D; }
a { background-color: rgb(5,37,29); }
div.DivClassName
{
background-color: #05251D;
}
.BgClassName
{
background-color: #05251D;
}
</style>
border-color css
<style>
span { border-color: #05251D; }
span { border-color: rgb(5,37,29); }
td.TdClassName
{
border-color: #05251D;
}
.TagClassName
{
border-color: #05251D;
}
</style>