Shades of Dark Green #013B32
Tints of Dark Green #013B32
RGB
CMYK
RGB Variations
Color information
#013B32 (or 0x013B32) is known color: Dark Green. HEX triplet: 01, 3B and 32. RGB value is (1,59,50). Sum of RGB (Red+Green+Blue) = 1+59+50=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 59 (23.44% from 255 or 53.64% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 59 - color contains mainly: green. Hex color #013B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B32 is #FEC4CD. Grayscale: #282828. Windows color (decimal): -16696526 or 3291905. OLE color: 3291905.
HSL color Cylindrical-coordinate representation of color #013B32: hue angle of 170.69º 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 #013B32 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 59 | 50 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.77 |
| HSL | 170.69º | 0.97% | 0.12% | - |
| HSV(B) | 170.69º | 0.98% | 0.23% | - |
| XYZ | 2.15 | 3.36 | 3.55 | - |
| YUV | 40.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 50 | 0.98 | 0 | 0.15 | 0.77 | 170.69 | 0.97 | 0.12 |
| Hex | 1 | 3B | 32 | 62 | 0 | F | 4D | AB | 61 | C |
| Octal | 1 | 73 | 62 | 142 | 0 | 17 | 115 | 253 | 141 | 14 |
| Binary | 1 | 111011 | 110010 | 1100010 | 0 | 1111 | 1001101 | 10101011 | 1100001 | 1100 |
Color Harmonies of #013B32
Complementary color
Monochromatic Colors of #013B32
Black with #013B32
Text Example
Text Example
White with #013B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B32; }
p { color: rgb(1,59,50); }
H1.HeaderClassName
{
color: #013B32;
}
.AnyTagClassName
{
color: #013B32;
}
</style>
background-color css
<style>
a { background-color: #013B32; }
a { background-color: rgb(1,59,50); }
div.DivClassName
{
background-color: #013B32;
}
.BgClassName
{
background-color: #013B32;
}
</style>
border-color css
<style>
span { border-color: #013B32; }
span { border-color: rgb(1,59,50); }
td.TdClassName
{
border-color: #013B32;
}
.TagClassName
{
border-color: #013B32;
}
</style>