Shades of Dark Green #013A27
Tints of Dark Green #013A27
RGB
CMYK
RGB Variations
Color information
#013A27 (or 0x013A27) is known color: Dark Green. HEX triplet: 01, 3A and 27. RGB value is (1,58,39). Sum of RGB (Red+Green+Blue) = 1+58+39=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #013A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A27 is #FEC5D8. Grayscale: #262626. Windows color (decimal): -16696793 or 2570753. OLE color: 2570753.
HSL color Cylindrical-coordinate representation of color #013A27: hue angle of 160º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A27 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 58 | 39 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.77 |
| HSL | 160º | 0.97% | 0.12% | - |
| HSV(B) | 160º | 0.98% | 0.23% | - |
| XYZ | 1.89 | 3.18 | 2.43 | - |
| YUV | 38.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 39 | 0.98 | 0 | 0.33 | 0.77 | 160 | 0.97 | 0.12 |
| Hex | 1 | 3A | 27 | 62 | 0 | 21 | 4D | A0 | 61 | C |
| Octal | 1 | 72 | 47 | 142 | 0 | 41 | 115 | 240 | 141 | 14 |
| Binary | 1 | 111010 | 100111 | 1100010 | 0 | 100001 | 1001101 | 10100000 | 1100001 | 1100 |
Color Harmonies of #013A27
Complementary color
Monochromatic Colors of #013A27
Black with #013A27
Text Example
Text Example
White with #013A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A27; }
p { color: rgb(1,58,39); }
H1.HeaderClassName
{
color: #013A27;
}
.AnyTagClassName
{
color: #013A27;
}
</style>
background-color css
<style>
a { background-color: #013A27; }
a { background-color: rgb(1,58,39); }
div.DivClassName
{
background-color: #013A27;
}
.BgClassName
{
background-color: #013A27;
}
</style>
border-color css
<style>
span { border-color: #013A27; }
span { border-color: rgb(1,58,39); }
td.TdClassName
{
border-color: #013A27;
}
.TagClassName
{
border-color: #013A27;
}
</style>