Shades of Dark Green #03271B
Tints of Dark Green #03271B
RGB
CMYK
RGB Variations
Color information
#03271B (or 0x03271B) is known color: Dark Green. HEX triplet: 03, 27 and 1B. RGB value is (3,39,27). Sum of RGB (Red+Green+Blue) = 3+39+27=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #03271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03271B is #FCD8E4. Grayscale: #1A1A1A. Windows color (decimal): -16570597 or 1779459. OLE color: 1779459.
HSL color Cylindrical-coordinate representation of color #03271B: hue angle of 160º 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 #03271B is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 39 | 27 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.85 |
| HSL | 160º | 0.86% | 0.08% | - |
| HSV(B) | 160º | 0.92% | 0.15% | - |
| XYZ | 0.96 | 1.55 | 1.29 | - |
| YUV | 26.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 27 | 0.92 | 0 | 0.31 | 0.85 | 160 | 0.86 | 0.08 |
| Hex | 3 | 27 | 1B | 5C | 0 | 1F | 55 | A0 | 56 | 8 |
| Octal | 3 | 47 | 33 | 134 | 0 | 37 | 125 | 240 | 126 | 10 |
| Binary | 11 | 100111 | 11011 | 1011100 | 0 | 11111 | 1010101 | 10100000 | 1010110 | 1000 |
Color Harmonies of #03271B
Complementary color
Monochromatic Colors of #03271B
Black with #03271B
Text Example
Text Example
White with #03271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03271B; }
p { color: rgb(3,39,27); }
H1.HeaderClassName
{
color: #03271B;
}
.AnyTagClassName
{
color: #03271B;
}
</style>
background-color css
<style>
a { background-color: #03271B; }
a { background-color: rgb(3,39,27); }
div.DivClassName
{
background-color: #03271B;
}
.BgClassName
{
background-color: #03271B;
}
</style>
border-color css
<style>
span { border-color: #03271B; }
span { border-color: rgb(3,39,27); }
td.TdClassName
{
border-color: #03271B;
}
.TagClassName
{
border-color: #03271B;
}
</style>