Shades of Dark Green #01341B
Tints of Dark Green #01341B
RGB
CMYK
RGB Variations
Color information
#01341B (or 0x01341B) is known color: Dark Green. HEX triplet: 01, 34 and 1B. RGB value is (1,52,27). Sum of RGB (Red+Green+Blue) = 1+52+27=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #01341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01341B is #FECBE4. Grayscale: #212121. Windows color (decimal): -16698341 or 1782785. OLE color: 1782785.
HSL color Cylindrical-coordinate representation of color #01341B: hue angle of 150.59º 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 #01341B is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 52 | 27 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.80 |
| HSL | 150.59º | 0.96% | 0.1% | - |
| HSV(B) | 150.59º | 0.98% | 0.2% | - |
| XYZ | 1.44 | 2.54 | 1.45 | - |
| YUV | 33.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 27 | 0.98 | 0 | 0.48 | 0.80 | 150.59 | 0.96 | 0.1 |
| Hex | 1 | 34 | 1B | 62 | 0 | 30 | 50 | 97 | 60 | A |
| Octal | 1 | 64 | 33 | 142 | 0 | 60 | 120 | 227 | 140 | 12 |
| Binary | 1 | 110100 | 11011 | 1100010 | 0 | 110000 | 1010000 | 10010111 | 1100000 | 1010 |
Color Harmonies of #01341B
Complementary color
Monochromatic Colors of #01341B
Black with #01341B
Text Example
Text Example
White with #01341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01341B; }
p { color: rgb(1,52,27); }
H1.HeaderClassName
{
color: #01341B;
}
.AnyTagClassName
{
color: #01341B;
}
</style>
background-color css
<style>
a { background-color: #01341B; }
a { background-color: rgb(1,52,27); }
div.DivClassName
{
background-color: #01341B;
}
.BgClassName
{
background-color: #01341B;
}
</style>
border-color css
<style>
span { border-color: #01341B; }
span { border-color: rgb(1,52,27); }
td.TdClassName
{
border-color: #01341B;
}
.TagClassName
{
border-color: #01341B;
}
</style>