Shades of Dark Green #013310
Tints of Dark Green #013310
RGB
CMYK
RGB Variations
Color information
#013310 (or 0x013310) is known color: Dark Green. HEX triplet: 01, 33 and 10. RGB value is (1,51,16). Sum of RGB (Red+Green+Blue) = 1+51+16=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 51 (20.31% from 255 or 75% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 51 - color contains mainly: green. Hex color #013310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013310 is #FECCEF. Grayscale: #202020. Windows color (decimal): -16698608 or 1061633. OLE color: 1061633.
HSL color Cylindrical-coordinate representation of color #013310: hue angle of 138º 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 #013310 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 16 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.8 |
| HSL | 138º | 0.96% | 0.1% | - |
| HSV(B) | 138º | 0.98% | 0.2% | - |
| XYZ | 1.29 | 2.41 | 0.89 | - |
| YUV | 32.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 16 | 0.98 | 0 | 0.69 | 0.8 | 138 | 0.96 | 0.1 |
| Hex | 1 | 33 | 10 | 62 | 0 | 45 | 50 | 8A | 60 | A |
| Octal | 1 | 63 | 20 | 142 | 0 | 105 | 120 | 212 | 140 | 12 |
| Binary | 1 | 110011 | 10000 | 1100010 | 0 | 1000101 | 1010000 | 10001010 | 1100000 | 1010 |
Color Harmonies of #013310
Complementary color
Monochromatic Colors of #013310
Black with #013310
Text Example
Text Example
White with #013310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013310; }
p { color: rgb(1,51,16); }
H1.HeaderClassName
{
color: #013310;
}
.AnyTagClassName
{
color: #013310;
}
</style>
background-color css
<style>
a { background-color: #013310; }
a { background-color: rgb(1,51,16); }
div.DivClassName
{
background-color: #013310;
}
.BgClassName
{
background-color: #013310;
}
</style>
border-color css
<style>
span { border-color: #013310; }
span { border-color: rgb(1,51,16); }
td.TdClassName
{
border-color: #013310;
}
.TagClassName
{
border-color: #013310;
}
</style>