Shades of Dark Green #013A2B
Tints of Dark Green #013A2B
RGB
CMYK
RGB Variations
Color information
#013A2B (or 0x013A2B) is known color: Dark Green. HEX triplet: 01, 3A and 2B. RGB value is (1,58,43). Sum of RGB (Red+Green+Blue) = 1+58+43=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #013A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A2B is #FEC5D4. Grayscale: #272727. Windows color (decimal): -16696789 or 2832897. OLE color: 2832897.
HSL color Cylindrical-coordinate representation of color #013A2B: hue angle of 164.21º 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 #013A2B is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 58 | 43 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.77 |
| HSL | 164.21º | 0.97% | 0.12% | - |
| HSV(B) | 164.21º | 0.98% | 0.23% | - |
| XYZ | 1.96 | 3.21 | 2.8 | - |
| YUV | 39.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 43 | 0.98 | 0 | 0.26 | 0.77 | 164.21 | 0.97 | 0.12 |
| Hex | 1 | 3A | 2B | 62 | 0 | 1A | 4D | A4 | 61 | C |
| Octal | 1 | 72 | 53 | 142 | 0 | 32 | 115 | 244 | 141 | 14 |
| Binary | 1 | 111010 | 101011 | 1100010 | 0 | 11010 | 1001101 | 10100100 | 1100001 | 1100 |
Color Harmonies of #013A2B
Complementary color
Monochromatic Colors of #013A2B
Black with #013A2B
Text Example
Text Example
White with #013A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A2B; }
p { color: rgb(1,58,43); }
H1.HeaderClassName
{
color: #013A2B;
}
.AnyTagClassName
{
color: #013A2B;
}
</style>
background-color css
<style>
a { background-color: #013A2B; }
a { background-color: rgb(1,58,43); }
div.DivClassName
{
background-color: #013A2B;
}
.BgClassName
{
background-color: #013A2B;
}
</style>
border-color css
<style>
span { border-color: #013A2B; }
span { border-color: rgb(1,58,43); }
td.TdClassName
{
border-color: #013A2B;
}
.TagClassName
{
border-color: #013A2B;
}
</style>