Shades of Dark Green #01352D
Tints of Dark Green #01352D
RGB
CMYK
RGB Variations
Color information
#01352D (or 0x01352D) is known color: Dark Green. HEX triplet: 01, 35 and 2D. RGB value is (1,53,45). Sum of RGB (Red+Green+Blue) = 1+53+45=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #01352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01352D is #FECAD2. Grayscale: #242424. Windows color (decimal): -16698067 or 2962689. OLE color: 2962689.
HSL color Cylindrical-coordinate representation of color #01352D: hue angle of 170.77º 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 #01352D is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 45 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.79 |
| HSL | 170.77º | 0.96% | 0.11% | - |
| HSV(B) | 170.77º | 0.98% | 0.21% | - |
| XYZ | 1.76 | 2.74 | 2.92 | - |
| YUV | 36.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 45 | 0.98 | 0 | 0.15 | 0.79 | 170.77 | 0.96 | 0.11 |
| Hex | 1 | 35 | 2D | 62 | 0 | F | 4F | AB | 60 | B |
| Octal | 1 | 65 | 55 | 142 | 0 | 17 | 117 | 253 | 140 | 13 |
| Binary | 1 | 110101 | 101101 | 1100010 | 0 | 1111 | 1001111 | 10101011 | 1100000 | 1011 |
Color Harmonies of #01352D
Complementary color
Monochromatic Colors of #01352D
Black with #01352D
Text Example
Text Example
White with #01352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01352D; }
p { color: rgb(1,53,45); }
H1.HeaderClassName
{
color: #01352D;
}
.AnyTagClassName
{
color: #01352D;
}
</style>
background-color css
<style>
a { background-color: #01352D; }
a { background-color: rgb(1,53,45); }
div.DivClassName
{
background-color: #01352D;
}
.BgClassName
{
background-color: #01352D;
}
</style>
border-color css
<style>
span { border-color: #01352D; }
span { border-color: rgb(1,53,45); }
td.TdClassName
{
border-color: #01352D;
}
.TagClassName
{
border-color: #01352D;
}
</style>