Shades of Dark Green #01301C
Tints of Dark Green #01301C
RGB
CMYK
RGB Variations
Color information
#01301C (or 0x01301C) is known color: Dark Green. HEX triplet: 01, 30 and 1C. RGB value is (1,48,28). Sum of RGB (Red+Green+Blue) = 1+48+28=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #01301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01301C is #FECFE3. Grayscale: #1F1F1F. Windows color (decimal): -16699364 or 1847297. OLE color: 1847297.
HSL color Cylindrical-coordinate representation of color #01301C: hue angle of 154.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01301C is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 48 | 28 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.81 |
| HSL | 154.47º | 0.96% | 0.1% | - |
| HSV(B) | 154.47º | 0.98% | 0.19% | - |
| XYZ | 1.28 | 2.2 | 1.46 | - |
| YUV | 31.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 28 | 0.98 | 0 | 0.42 | 0.81 | 154.47 | 0.96 | 0.1 |
| Hex | 1 | 30 | 1C | 62 | 0 | 2A | 51 | 9A | 60 | A |
| Octal | 1 | 60 | 34 | 142 | 0 | 52 | 121 | 232 | 140 | 12 |
| Binary | 1 | 110000 | 11100 | 1100010 | 0 | 101010 | 1010001 | 10011010 | 1100000 | 1010 |
Color Harmonies of #01301C
Complementary color
Monochromatic Colors of #01301C
Black with #01301C
Text Example
Text Example
White with #01301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01301C; }
p { color: rgb(1,48,28); }
H1.HeaderClassName
{
color: #01301C;
}
.AnyTagClassName
{
color: #01301C;
}
</style>
background-color css
<style>
a { background-color: #01301C; }
a { background-color: rgb(1,48,28); }
div.DivClassName
{
background-color: #01301C;
}
.BgClassName
{
background-color: #01301C;
}
</style>
border-color css
<style>
span { border-color: #01301C; }
span { border-color: rgb(1,48,28); }
td.TdClassName
{
border-color: #01301C;
}
.TagClassName
{
border-color: #01301C;
}
</style>