Shades of Dark Green #01302C
Tints of Dark Green #01302C
RGB
CMYK
RGB Variations
Color information
#01302C (or 0x01302C) is known color: Dark Green. HEX triplet: 01, 30 and 2C. RGB value is (1,48,44). Sum of RGB (Red+Green+Blue) = 1+48+44=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #01302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01302C is #FECFD3. Grayscale: #212121. Windows color (decimal): -16699348 or 2895873. OLE color: 2895873.
HSL color Cylindrical-coordinate representation of color #01302C: hue angle of 174.89º 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 #01302C is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 48 | 44 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.81 |
| HSL | 174.89º | 0.96% | 0.1% | - |
| HSV(B) | 174.89º | 0.98% | 0.19% | - |
| XYZ | 1.52 | 2.3 | 2.75 | - |
| YUV | 33.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 44 | 0.98 | 0 | 0.08 | 0.81 | 174.89 | 0.96 | 0.1 |
| Hex | 1 | 30 | 2C | 62 | 0 | 8 | 51 | AF | 60 | A |
| Octal | 1 | 60 | 54 | 142 | 0 | 10 | 121 | 257 | 140 | 12 |
| Binary | 1 | 110000 | 101100 | 1100010 | 0 | 1000 | 1010001 | 10101111 | 1100000 | 1010 |
Color Harmonies of #01302C
Complementary color
Monochromatic Colors of #01302C
Black with #01302C
Text Example
Text Example
White with #01302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01302C; }
p { color: rgb(1,48,44); }
H1.HeaderClassName
{
color: #01302C;
}
.AnyTagClassName
{
color: #01302C;
}
</style>
background-color css
<style>
a { background-color: #01302C; }
a { background-color: rgb(1,48,44); }
div.DivClassName
{
background-color: #01302C;
}
.BgClassName
{
background-color: #01302C;
}
</style>
border-color css
<style>
span { border-color: #01302C; }
span { border-color: rgb(1,48,44); }
td.TdClassName
{
border-color: #01302C;
}
.TagClassName
{
border-color: #01302C;
}
</style>