Shades of Dark Green #01180B
Tints of Dark Green #01180B
RGB
CMYK
RGB Variations
Color information
#01180B (or 0x01180B) is known color: Dark Green. HEX triplet: 01, 18 and 0B. RGB value is (1,24,11). Sum of RGB (Red+Green+Blue) = 1+24+11=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 24 (9.77% from 255 or 66.67% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 24 - color contains mainly: green. Hex color #01180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180B is #FEE7F4. Grayscale: #0F0F0F. Windows color (decimal): -16705525 or 727041. OLE color: 727041.
HSL color Cylindrical-coordinate representation of color #01180B: hue angle of 146.09º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01180B is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 24 | 11 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.91 |
| HSL | 146.09º | 0.92% | 0.05% | - |
| HSV(B) | 146.09º | 0.96% | 0.09% | - |
| XYZ | 0.4 | 0.68 | 0.43 | - |
| YUV | 15.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 11 | 0.96 | 0 | 0.54 | 0.91 | 146.09 | 0.92 | 0.05 |
| Hex | 1 | 18 | B | 60 | 0 | 36 | 5B | 92 | 5C | 5 |
| Octal | 1 | 30 | 13 | 140 | 0 | 66 | 133 | 222 | 134 | 5 |
| Binary | 1 | 11000 | 1011 | 1100000 | 0 | 110110 | 1011011 | 10010010 | 1011100 | 101 |
Color Harmonies of #01180B
Complementary color
Monochromatic Colors of #01180B
Black with #01180B
Text Example
Text Example
White with #01180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01180B; }
p { color: rgb(1,24,11); }
H1.HeaderClassName
{
color: #01180B;
}
.AnyTagClassName
{
color: #01180B;
}
</style>
background-color css
<style>
a { background-color: #01180B; }
a { background-color: rgb(1,24,11); }
div.DivClassName
{
background-color: #01180B;
}
.BgClassName
{
background-color: #01180B;
}
</style>
border-color css
<style>
span { border-color: #01180B; }
span { border-color: rgb(1,24,11); }
td.TdClassName
{
border-color: #01180B;
}
.TagClassName
{
border-color: #01180B;
}
</style>