Shades of Dark Green #05230E
Tints of Dark Green #05230E
RGB
CMYK
RGB Variations
Color information
#05230E (or 0x05230E) is known color: Dark Green. HEX triplet: 05, 23 and 0E. RGB value is (5,35,14). Sum of RGB (Red+Green+Blue) = 5+35+14=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #05230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05230E is #FADCF1. Grayscale: #171717. Windows color (decimal): -16440562 or 926469. OLE color: 926469.
HSL color Cylindrical-coordinate representation of color #05230E: hue angle of 138º 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 #05230E is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 35 | 14 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.86 |
| HSL | 138º | 0.75% | 0.08% | - |
| HSV(B) | 138º | 0.86% | 0.14% | - |
| XYZ | 0.74 | 1.27 | 0.62 | - |
| YUV | 23.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 14 | 0.86 | 0 | 0.60 | 0.86 | 138 | 0.75 | 0.08 |
| Hex | 5 | 23 | E | 56 | 0 | 3C | 56 | 8A | 4B | 8 |
| Octal | 5 | 43 | 16 | 126 | 0 | 74 | 126 | 212 | 113 | 10 |
| Binary | 101 | 100011 | 1110 | 1010110 | 0 | 111100 | 1010110 | 10001010 | 1001011 | 1000 |
Color Harmonies of #05230E
Complementary color
Monochromatic Colors of #05230E
Black with #05230E
Text Example
Text Example
White with #05230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05230E; }
p { color: rgb(5,35,14); }
H1.HeaderClassName
{
color: #05230E;
}
.AnyTagClassName
{
color: #05230E;
}
</style>
background-color css
<style>
a { background-color: #05230E; }
a { background-color: rgb(5,35,14); }
div.DivClassName
{
background-color: #05230E;
}
.BgClassName
{
background-color: #05230E;
}
</style>
border-color css
<style>
span { border-color: #05230E; }
span { border-color: rgb(5,35,14); }
td.TdClassName
{
border-color: #05230E;
}
.TagClassName
{
border-color: #05230E;
}
</style>