Shades of Dark Green #003028
Tints of Dark Green #003028
RGB
CMYK
RGB Variations
Color information
#003028 (or 0x003028) is known color: Dark Green. HEX triplet: 00, 30 and 28. RGB value is (0,48,40). Sum of RGB (Red+Green+Blue) = 0+48+40=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #003028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003028 is #FFCFD7. Grayscale: #202020. Windows color (decimal): -16764888 or 2633728. OLE color: 2633728.
HSL color Cylindrical-coordinate representation of color #003028: hue angle of 170º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003028 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 40 | - |
| CMYK | 1 | 0 | 0.17 | 0.81 |
| HSL | 170º | 1% | 0.09% | - |
| HSV(B) | 170º | 1% | 0.19% | - |
| XYZ | 1.44 | 2.27 | 2.37 | - |
| YUV | 32.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 40 | 1 | 0 | 0.17 | 0.81 | 170 | 1 | 0.09 |
| Hex | 0 | 30 | 28 | 64 | 0 | 11 | 51 | AA | 64 | 9 |
| Octal | 0 | 60 | 50 | 144 | 0 | 21 | 121 | 252 | 144 | 11 |
| Binary | 0 | 110000 | 101000 | 1100100 | 0 | 10001 | 1010001 | 10101010 | 1100100 | 1001 |
Color Harmonies of #003028
Complementary color
Monochromatic Colors of #003028
Black with #003028
Text Example
Text Example
White with #003028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003028; }
p { color: rgb(0,48,40); }
H1.HeaderClassName
{
color: #003028;
}
.AnyTagClassName
{
color: #003028;
}
</style>
background-color css
<style>
a { background-color: #003028; }
a { background-color: rgb(0,48,40); }
div.DivClassName
{
background-color: #003028;
}
.BgClassName
{
background-color: #003028;
}
</style>
border-color css
<style>
span { border-color: #003028; }
span { border-color: rgb(0,48,40); }
td.TdClassName
{
border-color: #003028;
}
.TagClassName
{
border-color: #003028;
}
</style>