Shades of Dark Green #002314
Tints of Dark Green #002314
RGB
CMYK
RGB Variations
Color information
#002314 (or 0x002314) is known color: Dark Green. HEX triplet: 00, 23 and 14. RGB value is (0,35,20). Sum of RGB (Red+Green+Blue) = 0+35+20=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #002314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002314 is #FFDCEB. Grayscale: #161616. Windows color (decimal): -16768236 or 1319680. OLE color: 1319680.
HSL color Cylindrical-coordinate representation of color #002314: hue angle of 154.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002314 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 20 | - |
| CMYK | 1 | 0 | 0.43 | 0.86 |
| HSL | 154.29º | 1% | 0.07% | - |
| HSV(B) | 154.29º | 1% | 0.14% | - |
| XYZ | 0.73 | 1.25 | 0.87 | - |
| YUV | 22.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 20 | 1 | 0 | 0.43 | 0.86 | 154.29 | 1 | 0.07 |
| Hex | 0 | 23 | 14 | 64 | 0 | 2B | 56 | 9A | 64 | 7 |
| Octal | 0 | 43 | 24 | 144 | 0 | 53 | 126 | 232 | 144 | 7 |
| Binary | 0 | 100011 | 10100 | 1100100 | 0 | 101011 | 1010110 | 10011010 | 1100100 | 111 |
Color Harmonies of #002314
Complementary color
Monochromatic Colors of #002314
Black with #002314
Text Example
Text Example
White with #002314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002314; }
p { color: rgb(0,35,20); }
H1.HeaderClassName
{
color: #002314;
}
.AnyTagClassName
{
color: #002314;
}
</style>
background-color css
<style>
a { background-color: #002314; }
a { background-color: rgb(0,35,20); }
div.DivClassName
{
background-color: #002314;
}
.BgClassName
{
background-color: #002314;
}
</style>
border-color css
<style>
span { border-color: #002314; }
span { border-color: rgb(0,35,20); }
td.TdClassName
{
border-color: #002314;
}
.TagClassName
{
border-color: #002314;
}
</style>