Shades of Dark Green #05261C
Tints of Dark Green #05261C
RGB
CMYK
RGB Variations
Color information
#05261C (or 0x05261C) is known color: Dark Green. HEX triplet: 05, 26 and 1C. RGB value is (5,38,28). Sum of RGB (Red+Green+Blue) = 5+38+28=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #05261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05261C is #FAD9E3. Grayscale: #1B1B1B. Windows color (decimal): -16439780 or 1844741. OLE color: 1844741.
HSL color Cylindrical-coordinate representation of color #05261C: hue angle of 161.82º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05261C is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 28 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.85 |
| HSL | 161.82º | 0.77% | 0.08% | - |
| HSV(B) | 161.82º | 0.87% | 0.15% | - |
| XYZ | 0.97 | 1.5 | 1.34 | - |
| YUV | 26.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 28 | 0.87 | 0 | 0.26 | 0.85 | 161.82 | 0.77 | 0.08 |
| Hex | 5 | 26 | 1C | 57 | 0 | 1A | 55 | A2 | 4D | 8 |
| Octal | 5 | 46 | 34 | 127 | 0 | 32 | 125 | 242 | 115 | 10 |
| Binary | 101 | 100110 | 11100 | 1010111 | 0 | 11010 | 1010101 | 10100010 | 1001101 | 1000 |
Color Harmonies of #05261C
Complementary color
Monochromatic Colors of #05261C
Black with #05261C
Text Example
Text Example
White with #05261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05261C; }
p { color: rgb(5,38,28); }
H1.HeaderClassName
{
color: #05261C;
}
.AnyTagClassName
{
color: #05261C;
}
</style>
background-color css
<style>
a { background-color: #05261C; }
a { background-color: rgb(5,38,28); }
div.DivClassName
{
background-color: #05261C;
}
.BgClassName
{
background-color: #05261C;
}
</style>
border-color css
<style>
span { border-color: #05261C; }
span { border-color: rgb(5,38,28); }
td.TdClassName
{
border-color: #05261C;
}
.TagClassName
{
border-color: #05261C;
}
</style>