Shades of Dark Green #0A1C1B
Tints of Dark Green #0A1C1B
RGB
CMYK
RGB Variations
Color information
#0A1C1B (or 0x0A1C1B) is known color: Dark Green. HEX triplet: 0A, 1C and 1B. RGB value is (10,28,27). Sum of RGB (Red+Green+Blue) = 10+28+27=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1C1B is #F5E3E4. Grayscale: #161616. Windows color (decimal): -16114661 or 1776650. OLE color: 1776650.
HSL color Cylindrical-coordinate representation of color #0A1C1B: hue angle of 176.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A1C1B is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 28 | 27 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.89 |
| HSL | 176.67º | 0.47% | 0.07% | - |
| HSV(B) | 176.67º | 0.64% | 0.11% | - |
| XYZ | 0.74 | 0.97 | 1.19 | - |
| YUV | 22.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 27 | 0.64 | 0 | 0.04 | 0.89 | 176.67 | 0.47 | 0.07 |
| Hex | A | 1C | 1B | 40 | 0 | 4 | 59 | B1 | 2F | 7 |
| Octal | 12 | 34 | 33 | 100 | 0 | 4 | 131 | 261 | 57 | 7 |
| Binary | 1010 | 11100 | 11011 | 1000000 | 0 | 100 | 1011001 | 10110001 | 101111 | 111 |
Color Harmonies of #0A1C1B
Complementary color
Monochromatic Colors of #0A1C1B
Black with #0A1C1B
Text Example
Text Example
White with #0A1C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C1B; }
p { color: rgb(10,28,27); }
H1.HeaderClassName
{
color: #0A1C1B;
}
.AnyTagClassName
{
color: #0A1C1B;
}
</style>
background-color css
<style>
a { background-color: #0A1C1B; }
a { background-color: rgb(10,28,27); }
div.DivClassName
{
background-color: #0A1C1B;
}
.BgClassName
{
background-color: #0A1C1B;
}
</style>
border-color css
<style>
span { border-color: #0A1C1B; }
span { border-color: rgb(10,28,27); }
td.TdClassName
{
border-color: #0A1C1B;
}
.TagClassName
{
border-color: #0A1C1B;
}
</style>