Shades of Dark Green #01302D
Tints of Dark Green #01302D
RGB
CMYK
RGB Variations
Color information
#01302D (or 0x01302D) is known color: Dark Green. HEX triplet: 01, 30 and 2D. RGB value is (1,48,45). Sum of RGB (Red+Green+Blue) = 1+48+45=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #01302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01302D is #FECFD2. Grayscale: #212121. Windows color (decimal): -16699347 or 2961409. OLE color: 2961409.
HSL color Cylindrical-coordinate representation of color #01302D: hue angle of 176.17º 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 #01302D is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 48 | 45 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.81 |
| HSL | 176.17º | 0.96% | 0.1% | - |
| HSV(B) | 176.17º | 0.98% | 0.19% | - |
| XYZ | 1.54 | 2.31 | 2.85 | - |
| YUV | 33.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 45 | 0.98 | 0 | 0.06 | 0.81 | 176.17 | 0.96 | 0.1 |
| Hex | 1 | 30 | 2D | 62 | 0 | 6 | 51 | B0 | 60 | A |
| Octal | 1 | 60 | 55 | 142 | 0 | 6 | 121 | 260 | 140 | 12 |
| Binary | 1 | 110000 | 101101 | 1100010 | 0 | 110 | 1010001 | 10110000 | 1100000 | 1010 |
Color Harmonies of #01302D
Complementary color
Monochromatic Colors of #01302D
Black with #01302D
Text Example
Text Example
White with #01302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01302D; }
p { color: rgb(1,48,45); }
H1.HeaderClassName
{
color: #01302D;
}
.AnyTagClassName
{
color: #01302D;
}
</style>
background-color css
<style>
a { background-color: #01302D; }
a { background-color: rgb(1,48,45); }
div.DivClassName
{
background-color: #01302D;
}
.BgClassName
{
background-color: #01302D;
}
</style>
border-color css
<style>
span { border-color: #01302D; }
span { border-color: rgb(1,48,45); }
td.TdClassName
{
border-color: #01302D;
}
.TagClassName
{
border-color: #01302D;
}
</style>