Shades of Dark Green #013730
Tints of Dark Green #013730
RGB
CMYK
RGB Variations
Color information
#013730 (or 0x013730) is known color: Dark Green. HEX triplet: 01, 37 and 30. RGB value is (1,55,48). Sum of RGB (Red+Green+Blue) = 1+55+48=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #013730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013730 is #FEC8CF. Grayscale: #262626. Windows color (decimal): -16697552 or 3159809. OLE color: 3159809.
HSL color Cylindrical-coordinate representation of color #013730: hue angle of 172.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013730 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 55 | 48 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.78 |
| HSL | 172.22º | 0.96% | 0.11% | - |
| HSV(B) | 172.22º | 0.98% | 0.22% | - |
| XYZ | 1.91 | 2.95 | 3.27 | - |
| YUV | 38.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 48 | 0.98 | 0 | 0.13 | 0.78 | 172.22 | 0.96 | 0.11 |
| Hex | 1 | 37 | 30 | 62 | 0 | D | 4E | AC | 60 | B |
| Octal | 1 | 67 | 60 | 142 | 0 | 15 | 116 | 254 | 140 | 13 |
| Binary | 1 | 110111 | 110000 | 1100010 | 0 | 1101 | 1001110 | 10101100 | 1100000 | 1011 |
Color Harmonies of #013730
Complementary color
Monochromatic Colors of #013730
Black with #013730
Text Example
Text Example
White with #013730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013730; }
p { color: rgb(1,55,48); }
H1.HeaderClassName
{
color: #013730;
}
.AnyTagClassName
{
color: #013730;
}
</style>
background-color css
<style>
a { background-color: #013730; }
a { background-color: rgb(1,55,48); }
div.DivClassName
{
background-color: #013730;
}
.BgClassName
{
background-color: #013730;
}
</style>
border-color css
<style>
span { border-color: #013730; }
span { border-color: rgb(1,55,48); }
td.TdClassName
{
border-color: #013730;
}
.TagClassName
{
border-color: #013730;
}
</style>