Shades of Dark Green #003227
Tints of Dark Green #003227
RGB
CMYK
RGB Variations
Color information
#003227 (or 0x003227) is known color: Dark Green. HEX triplet: 00, 32 and 27. RGB value is (0,50,39). Sum of RGB (Red+Green+Blue) = 0+50+39=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #003227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003227 is #FFCDD8. Grayscale: #212121. Windows color (decimal): -16764377 or 2568704. OLE color: 2568704.
HSL color Cylindrical-coordinate representation of color #003227: hue angle of 166.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003227 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 39 | - |
| CMYK | 1 | 0 | 0.22 | 0.80 |
| HSL | 166.8º | 1% | 0.1% | - |
| HSV(B) | 166.8º | 1% | 0.2% | - |
| XYZ | 1.51 | 2.43 | 2.31 | - |
| YUV | 33.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 39 | 1 | 0 | 0.22 | 0.80 | 166.8 | 1 | 0.1 |
| Hex | 0 | 32 | 27 | 64 | 0 | 16 | 50 | A7 | 64 | A |
| Octal | 0 | 62 | 47 | 144 | 0 | 26 | 120 | 247 | 144 | 12 |
| Binary | 0 | 110010 | 100111 | 1100100 | 0 | 10110 | 1010000 | 10100111 | 1100100 | 1010 |
Color Harmonies of #003227
Complementary color
Monochromatic Colors of #003227
Black with #003227
Text Example
Text Example
White with #003227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003227; }
p { color: rgb(0,50,39); }
H1.HeaderClassName
{
color: #003227;
}
.AnyTagClassName
{
color: #003227;
}
</style>
background-color css
<style>
a { background-color: #003227; }
a { background-color: rgb(0,50,39); }
div.DivClassName
{
background-color: #003227;
}
.BgClassName
{
background-color: #003227;
}
</style>
border-color css
<style>
span { border-color: #003227; }
span { border-color: rgb(0,50,39); }
td.TdClassName
{
border-color: #003227;
}
.TagClassName
{
border-color: #003227;
}
</style>