Shades of Dark Green #01352E
Tints of Dark Green #01352E
RGB
CMYK
RGB Variations
Color information
#01352E (or 0x01352E) is known color: Dark Green. HEX triplet: 01, 35 and 2E. RGB value is (1,53,46). Sum of RGB (Red+Green+Blue) = 1+53+46=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #01352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01352E is #FECAD1. Grayscale: #242424. Windows color (decimal): -16698066 or 3028225. OLE color: 3028225.
HSL color Cylindrical-coordinate representation of color #01352E: hue angle of 171.92º 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 #01352E is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 46 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.79 |
| HSL | 171.92º | 0.96% | 0.11% | - |
| HSV(B) | 171.92º | 0.98% | 0.21% | - |
| XYZ | 1.78 | 2.75 | 3.02 | - |
| YUV | 36.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 46 | 0.98 | 0 | 0.13 | 0.79 | 171.92 | 0.96 | 0.11 |
| Hex | 1 | 35 | 2E | 62 | 0 | D | 4F | AC | 60 | B |
| Octal | 1 | 65 | 56 | 142 | 0 | 15 | 117 | 254 | 140 | 13 |
| Binary | 1 | 110101 | 101110 | 1100010 | 0 | 1101 | 1001111 | 10101100 | 1100000 | 1011 |
Color Harmonies of #01352E
Complementary color
Monochromatic Colors of #01352E
Black with #01352E
Text Example
Text Example
White with #01352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01352E; }
p { color: rgb(1,53,46); }
H1.HeaderClassName
{
color: #01352E;
}
.AnyTagClassName
{
color: #01352E;
}
</style>
background-color css
<style>
a { background-color: #01352E; }
a { background-color: rgb(1,53,46); }
div.DivClassName
{
background-color: #01352E;
}
.BgClassName
{
background-color: #01352E;
}
</style>
border-color css
<style>
span { border-color: #01352E; }
span { border-color: rgb(1,53,46); }
td.TdClassName
{
border-color: #01352E;
}
.TagClassName
{
border-color: #01352E;
}
</style>