Shades of Dark Green #003123
Tints of Dark Green #003123
RGB
CMYK
RGB Variations
Color information
#003123 (or 0x003123) is known color: Dark Green. HEX triplet: 00, 31 and 23. RGB value is (0,49,35). Sum of RGB (Red+Green+Blue) = 0+49+35=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #003123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003123 is #FFCEDC. Grayscale: #202020. Windows color (decimal): -16764637 or 2306304. OLE color: 2306304.
HSL color Cylindrical-coordinate representation of color #003123: hue angle of 162.86º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003123 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 35 | - |
| CMYK | 1 | 0 | 0.29 | 0.81 |
| HSL | 162.86º | 1% | 0.1% | - |
| HSV(B) | 162.86º | 1% | 0.19% | - |
| XYZ | 1.4 | 2.32 | 1.96 | - |
| YUV | 32.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 35 | 1 | 0 | 0.29 | 0.81 | 162.86 | 1 | 0.1 |
| Hex | 0 | 31 | 23 | 64 | 0 | 1D | 51 | A3 | 64 | A |
| Octal | 0 | 61 | 43 | 144 | 0 | 35 | 121 | 243 | 144 | 12 |
| Binary | 0 | 110001 | 100011 | 1100100 | 0 | 11101 | 1010001 | 10100011 | 1100100 | 1010 |
Color Harmonies of #003123
Complementary color
Monochromatic Colors of #003123
Black with #003123
Text Example
Text Example
White with #003123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003123; }
p { color: rgb(0,49,35); }
H1.HeaderClassName
{
color: #003123;
}
.AnyTagClassName
{
color: #003123;
}
</style>
background-color css
<style>
a { background-color: #003123; }
a { background-color: rgb(0,49,35); }
div.DivClassName
{
background-color: #003123;
}
.BgClassName
{
background-color: #003123;
}
</style>
border-color css
<style>
span { border-color: #003123; }
span { border-color: rgb(0,49,35); }
td.TdClassName
{
border-color: #003123;
}
.TagClassName
{
border-color: #003123;
}
</style>