Shades of Dark Green #01342A
Tints of Dark Green #01342A
RGB
CMYK
RGB Variations
Color information
#01342A (or 0x01342A) is known color: Dark Green. HEX triplet: 01, 34 and 2A. RGB value is (1,52,42). Sum of RGB (Red+Green+Blue) = 1+52+42=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #01342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01342A is #FECBD5. Grayscale: #232323. Windows color (decimal): -16698326 or 2765825. OLE color: 2765825.
HSL color Cylindrical-coordinate representation of color #01342A: hue angle of 168.24º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01342A is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 52 | 42 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.80 |
| HSL | 168.24º | 0.96% | 0.1% | - |
| HSV(B) | 168.24º | 0.98% | 0.2% | - |
| XYZ | 1.66 | 2.63 | 2.61 | - |
| YUV | 35.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 42 | 0.98 | 0 | 0.19 | 0.80 | 168.24 | 0.96 | 0.1 |
| Hex | 1 | 34 | 2A | 62 | 0 | 13 | 50 | A8 | 60 | A |
| Octal | 1 | 64 | 52 | 142 | 0 | 23 | 120 | 250 | 140 | 12 |
| Binary | 1 | 110100 | 101010 | 1100010 | 0 | 10011 | 1010000 | 10101000 | 1100000 | 1010 |
Color Harmonies of #01342A
Complementary color
Monochromatic Colors of #01342A
Black with #01342A
Text Example
Text Example
White with #01342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01342A; }
p { color: rgb(1,52,42); }
H1.HeaderClassName
{
color: #01342A;
}
.AnyTagClassName
{
color: #01342A;
}
</style>
background-color css
<style>
a { background-color: #01342A; }
a { background-color: rgb(1,52,42); }
div.DivClassName
{
background-color: #01342A;
}
.BgClassName
{
background-color: #01342A;
}
</style>
border-color css
<style>
span { border-color: #01342A; }
span { border-color: rgb(1,52,42); }
td.TdClassName
{
border-color: #01342A;
}
.TagClassName
{
border-color: #01342A;
}
</style>