Shades of Dark Green #03261D
Tints of Dark Green #03261D
RGB
CMYK
RGB Variations
Color information
#03261D (or 0x03261D) is known color: Dark Green. HEX triplet: 03, 26 and 1D. RGB value is (3,38,29). Sum of RGB (Red+Green+Blue) = 3+38+29=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #03261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03261D is #FCD9E2. Grayscale: #1A1A1A. Windows color (decimal): -16570851 or 1910275. OLE color: 1910275.
HSL color Cylindrical-coordinate representation of color #03261D: hue angle of 164.57º degrees, saturation: 0.85, 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 #03261D is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 38 | 29 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.85 |
| HSL | 164.57º | 0.85% | 0.08% | - |
| HSV(B) | 164.57º | 0.92% | 0.15% | - |
| XYZ | 0.95 | 1.49 | 1.4 | - |
| YUV | 26.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 29 | 0.92 | 0 | 0.24 | 0.85 | 164.57 | 0.85 | 0.08 |
| Hex | 3 | 26 | 1D | 5C | 0 | 18 | 55 | A5 | 55 | 8 |
| Octal | 3 | 46 | 35 | 134 | 0 | 30 | 125 | 245 | 125 | 10 |
| Binary | 11 | 100110 | 11101 | 1011100 | 0 | 11000 | 1010101 | 10100101 | 1010101 | 1000 |
Color Harmonies of #03261D
Complementary color
Monochromatic Colors of #03261D
Black with #03261D
Text Example
Text Example
White with #03261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03261D; }
p { color: rgb(3,38,29); }
H1.HeaderClassName
{
color: #03261D;
}
.AnyTagClassName
{
color: #03261D;
}
</style>
background-color css
<style>
a { background-color: #03261D; }
a { background-color: rgb(3,38,29); }
div.DivClassName
{
background-color: #03261D;
}
.BgClassName
{
background-color: #03261D;
}
</style>
border-color css
<style>
span { border-color: #03261D; }
span { border-color: rgb(3,38,29); }
td.TdClassName
{
border-color: #03261D;
}
.TagClassName
{
border-color: #03261D;
}
</style>