Shades of Dark Green #03270E
Tints of Dark Green #03270E
RGB
CMYK
RGB Variations
Color information
#03270E (or 0x03270E) is known color: Dark Green. HEX triplet: 03, 27 and 0E. RGB value is (3,39,14). Sum of RGB (Red+Green+Blue) = 3+39+14=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 39 (15.62% from 255 or 69.64% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 39 - color contains mainly: green. Hex color #03270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03270E is #FCD8F1. Grayscale: #191919. Windows color (decimal): -16570610 or 927491. OLE color: 927491.
HSL color Cylindrical-coordinate representation of color #03270E: hue angle of 138.33º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03270E is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 39 | 14 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.85 |
| HSL | 138.33º | 0.86% | 0.08% | - |
| HSV(B) | 138.33º | 0.92% | 0.15% | - |
| XYZ | 0.84 | 1.5 | 0.66 | - |
| YUV | 25.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 14 | 0.92 | 0 | 0.64 | 0.85 | 138.33 | 0.86 | 0.08 |
| Hex | 3 | 27 | E | 5C | 0 | 40 | 55 | 8A | 56 | 8 |
| Octal | 3 | 47 | 16 | 134 | 0 | 100 | 125 | 212 | 126 | 10 |
| Binary | 11 | 100111 | 1110 | 1011100 | 0 | 1000000 | 1010101 | 10001010 | 1010110 | 1000 |
Color Harmonies of #03270E
Complementary color
Monochromatic Colors of #03270E
Black with #03270E
Text Example
Text Example
White with #03270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03270E; }
p { color: rgb(3,39,14); }
H1.HeaderClassName
{
color: #03270E;
}
.AnyTagClassName
{
color: #03270E;
}
</style>
background-color css
<style>
a { background-color: #03270E; }
a { background-color: rgb(3,39,14); }
div.DivClassName
{
background-color: #03270E;
}
.BgClassName
{
background-color: #03270E;
}
</style>
border-color css
<style>
span { border-color: #03270E; }
span { border-color: rgb(3,39,14); }
td.TdClassName
{
border-color: #03270E;
}
.TagClassName
{
border-color: #03270E;
}
</style>