Shades of Dark Green #05260F
Tints of Dark Green #05260F
RGB
CMYK
RGB Variations
Color information
#05260F (or 0x05260F) is known color: Dark Green. HEX triplet: 05, 26 and 0F. RGB value is (5,38,15). Sum of RGB (Red+Green+Blue) = 5+38+15=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #05260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05260F is #FAD9F0. Grayscale: #191919. Windows color (decimal): -16439793 or 992773. OLE color: 992773.
HSL color Cylindrical-coordinate representation of color #05260F: hue angle of 138.18º 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 #05260F is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 15 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.85 |
| HSL | 138.18º | 0.77% | 0.08% | - |
| HSV(B) | 138.18º | 0.87% | 0.15% | - |
| XYZ | 0.84 | 1.45 | 0.69 | - |
| YUV | 25.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 15 | 0.87 | 0 | 0.61 | 0.85 | 138.18 | 0.77 | 0.08 |
| Hex | 5 | 26 | F | 57 | 0 | 3D | 55 | 8A | 4D | 8 |
| Octal | 5 | 46 | 17 | 127 | 0 | 75 | 125 | 212 | 115 | 10 |
| Binary | 101 | 100110 | 1111 | 1010111 | 0 | 111101 | 1010101 | 10001010 | 1001101 | 1000 |
Color Harmonies of #05260F
Complementary color
Monochromatic Colors of #05260F
Black with #05260F
Text Example
Text Example
White with #05260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05260F; }
p { color: rgb(5,38,15); }
H1.HeaderClassName
{
color: #05260F;
}
.AnyTagClassName
{
color: #05260F;
}
</style>
background-color css
<style>
a { background-color: #05260F; }
a { background-color: rgb(5,38,15); }
div.DivClassName
{
background-color: #05260F;
}
.BgClassName
{
background-color: #05260F;
}
</style>
border-color css
<style>
span { border-color: #05260F; }
span { border-color: rgb(5,38,15); }
td.TdClassName
{
border-color: #05260F;
}
.TagClassName
{
border-color: #05260F;
}
</style>