Shades of Dark Green #01200B
Tints of Dark Green #01200B
RGB
CMYK
RGB Variations
Color information
#01200B (or 0x01200B) is known color: Dark Green. HEX triplet: 01, 20 and 0B. RGB value is (1,32,11). Sum of RGB (Red+Green+Blue) = 1+32+11=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 32 (12.89% from 255 or 72.73% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 32 - color contains mainly: green. Hex color #01200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01200B is #FEDFF4. Grayscale: #141414. Windows color (decimal): -16703477 or 729089. OLE color: 729089.
HSL color Cylindrical-coordinate representation of color #01200B: hue angle of 139.35º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01200B is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 11 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.87 |
| HSL | 139.35º | 0.94% | 0.06% | - |
| HSV(B) | 139.35º | 0.97% | 0.13% | - |
| XYZ | 0.59 | 1.06 | 0.49 | - |
| YUV | 20.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 11 | 0.97 | 0 | 0.66 | 0.87 | 139.35 | 0.94 | 0.06 |
| Hex | 1 | 20 | B | 61 | 0 | 42 | 57 | 8B | 5E | 6 |
| Octal | 1 | 40 | 13 | 141 | 0 | 102 | 127 | 213 | 136 | 6 |
| Binary | 1 | 100000 | 1011 | 1100001 | 0 | 1000010 | 1010111 | 10001011 | 1011110 | 110 |
Color Harmonies of #01200B
Complementary color
Monochromatic Colors of #01200B
Black with #01200B
Text Example
Text Example
White with #01200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01200B; }
p { color: rgb(1,32,11); }
H1.HeaderClassName
{
color: #01200B;
}
.AnyTagClassName
{
color: #01200B;
}
</style>
background-color css
<style>
a { background-color: #01200B; }
a { background-color: rgb(1,32,11); }
div.DivClassName
{
background-color: #01200B;
}
.BgClassName
{
background-color: #01200B;
}
</style>
border-color css
<style>
span { border-color: #01200B; }
span { border-color: rgb(1,32,11); }
td.TdClassName
{
border-color: #01200B;
}
.TagClassName
{
border-color: #01200B;
}
</style>