Shades of Dark Green #01351C
Tints of Dark Green #01351C
RGB
CMYK
RGB Variations
Color information
#01351C (or 0x01351C) is known color: Dark Green. HEX triplet: 01, 35 and 1C. RGB value is (1,53,28). Sum of RGB (Red+Green+Blue) = 1+53+28=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 53 (21.09% from 255 or 64.63% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 53 - color contains mainly: green. Hex color #01351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01351C is #FECAE3. Grayscale: #222222. Windows color (decimal): -16698084 or 1848577. OLE color: 1848577.
HSL color Cylindrical-coordinate representation of color #01351C: hue angle of 151.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01351C is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 28 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.79 |
| HSL | 151.15º | 0.96% | 0.11% | - |
| HSV(B) | 151.15º | 0.98% | 0.21% | - |
| XYZ | 1.5 | 2.64 | 1.53 | - |
| YUV | 34.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 28 | 0.98 | 0 | 0.47 | 0.79 | 151.15 | 0.96 | 0.11 |
| Hex | 1 | 35 | 1C | 62 | 0 | 2F | 4F | 97 | 60 | B |
| Octal | 1 | 65 | 34 | 142 | 0 | 57 | 117 | 227 | 140 | 13 |
| Binary | 1 | 110101 | 11100 | 1100010 | 0 | 101111 | 1001111 | 10010111 | 1100000 | 1011 |
Color Harmonies of #01351C
Complementary color
Monochromatic Colors of #01351C
Black with #01351C
Text Example
Text Example
White with #01351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01351C; }
p { color: rgb(1,53,28); }
H1.HeaderClassName
{
color: #01351C;
}
.AnyTagClassName
{
color: #01351C;
}
</style>
background-color css
<style>
a { background-color: #01351C; }
a { background-color: rgb(1,53,28); }
div.DivClassName
{
background-color: #01351C;
}
.BgClassName
{
background-color: #01351C;
}
</style>
border-color css
<style>
span { border-color: #01351C; }
span { border-color: rgb(1,53,28); }
td.TdClassName
{
border-color: #01351C;
}
.TagClassName
{
border-color: #01351C;
}
</style>