Shades of Dark Green #05231E
Tints of Dark Green #05231E
RGB
CMYK
RGB Variations
Color information
#05231E (or 0x05231E) is known color: Dark Green. HEX triplet: 05, 23 and 1E. RGB value is (5,35,30). Sum of RGB (Red+Green+Blue) = 5+35+30=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #05231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05231E is #FADCE1. Grayscale: #191919. Windows color (decimal): -16440546 or 1975045. OLE color: 1975045.
HSL color Cylindrical-coordinate representation of color #05231E: hue angle of 170º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05231E is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 35 | 30 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.86 |
| HSL | 170º | 0.75% | 0.08% | - |
| HSV(B) | 170º | 0.86% | 0.14% | - |
| XYZ | 0.9 | 1.33 | 1.44 | - |
| YUV | 25.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 30 | 0.86 | 0 | 0.14 | 0.86 | 170 | 0.75 | 0.08 |
| Hex | 5 | 23 | 1E | 56 | 0 | E | 56 | AA | 4B | 8 |
| Octal | 5 | 43 | 36 | 126 | 0 | 16 | 126 | 252 | 113 | 10 |
| Binary | 101 | 100011 | 11110 | 1010110 | 0 | 1110 | 1010110 | 10101010 | 1001011 | 1000 |
Color Harmonies of #05231E
Complementary color
Monochromatic Colors of #05231E
Black with #05231E
Text Example
Text Example
White with #05231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05231E; }
p { color: rgb(5,35,30); }
H1.HeaderClassName
{
color: #05231E;
}
.AnyTagClassName
{
color: #05231E;
}
</style>
background-color css
<style>
a { background-color: #05231E; }
a { background-color: rgb(5,35,30); }
div.DivClassName
{
background-color: #05231E;
}
.BgClassName
{
background-color: #05231E;
}
</style>
border-color css
<style>
span { border-color: #05231E; }
span { border-color: rgb(5,35,30); }
td.TdClassName
{
border-color: #05231E;
}
.TagClassName
{
border-color: #05231E;
}
</style>