Shades of Dark Green #013314
Tints of Dark Green #013314
RGB
CMYK
RGB Variations
Color information
#013314 (or 0x013314) is known color: Dark Green. HEX triplet: 01, 33 and 14. RGB value is (1,51,20). Sum of RGB (Red+Green+Blue) = 1+51+20=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #013314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013314 is #FECCEB. Grayscale: #202020. Windows color (decimal): -16698604 or 1323777. OLE color: 1323777.
HSL color Cylindrical-coordinate representation of color #013314: hue angle of 142.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013314 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 20 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.8 |
| HSL | 142.8º | 0.96% | 0.1% | - |
| HSV(B) | 142.8º | 0.98% | 0.2% | - |
| XYZ | 1.32 | 2.42 | 1.06 | - |
| YUV | 32.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 20 | 0.98 | 0 | 0.61 | 0.8 | 142.8 | 0.96 | 0.1 |
| Hex | 1 | 33 | 14 | 62 | 0 | 3D | 50 | 8F | 60 | A |
| Octal | 1 | 63 | 24 | 142 | 0 | 75 | 120 | 217 | 140 | 12 |
| Binary | 1 | 110011 | 10100 | 1100010 | 0 | 111101 | 1010000 | 10001111 | 1100000 | 1010 |
Color Harmonies of #013314
Complementary color
Monochromatic Colors of #013314
Black with #013314
Text Example
Text Example
White with #013314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013314; }
p { color: rgb(1,51,20); }
H1.HeaderClassName
{
color: #013314;
}
.AnyTagClassName
{
color: #013314;
}
</style>
background-color css
<style>
a { background-color: #013314; }
a { background-color: rgb(1,51,20); }
div.DivClassName
{
background-color: #013314;
}
.BgClassName
{
background-color: #013314;
}
</style>
border-color css
<style>
span { border-color: #013314; }
span { border-color: rgb(1,51,20); }
td.TdClassName
{
border-color: #013314;
}
.TagClassName
{
border-color: #013314;
}
</style>