Shades of Dark Green #013B2D
Tints of Dark Green #013B2D
RGB
CMYK
RGB Variations
Color information
#013B2D (or 0x013B2D) is known color: Dark Green. HEX triplet: 01, 3B and 2D. RGB value is (1,59,45). Sum of RGB (Red+Green+Blue) = 1+59+45=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #013B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B2D is #FEC4D2. Grayscale: #282828. Windows color (decimal): -16696531 or 2964225. OLE color: 2964225.
HSL color Cylindrical-coordinate representation of color #013B2D: hue angle of 165.52º 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 #013B2D is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 59 | 45 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.77 |
| HSL | 165.52º | 0.97% | 0.12% | - |
| HSV(B) | 165.52º | 0.98% | 0.23% | - |
| XYZ | 2.05 | 3.32 | 3.02 | - |
| YUV | 40.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 45 | 0.98 | 0 | 0.24 | 0.77 | 165.52 | 0.97 | 0.12 |
| Hex | 1 | 3B | 2D | 62 | 0 | 18 | 4D | A6 | 61 | C |
| Octal | 1 | 73 | 55 | 142 | 0 | 30 | 115 | 246 | 141 | 14 |
| Binary | 1 | 111011 | 101101 | 1100010 | 0 | 11000 | 1001101 | 10100110 | 1100001 | 1100 |
Color Harmonies of #013B2D
Complementary color
Monochromatic Colors of #013B2D
Black with #013B2D
Text Example
Text Example
White with #013B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B2D; }
p { color: rgb(1,59,45); }
H1.HeaderClassName
{
color: #013B2D;
}
.AnyTagClassName
{
color: #013B2D;
}
</style>
background-color css
<style>
a { background-color: #013B2D; }
a { background-color: rgb(1,59,45); }
div.DivClassName
{
background-color: #013B2D;
}
.BgClassName
{
background-color: #013B2D;
}
</style>
border-color css
<style>
span { border-color: #013B2D; }
span { border-color: rgb(1,59,45); }
td.TdClassName
{
border-color: #013B2D;
}
.TagClassName
{
border-color: #013B2D;
}
</style>