Shades of Dark Green #03261A
Tints of Dark Green #03261A
RGB
CMYK
RGB Variations
Color information
#03261A (or 0x03261A) is known color: Dark Green. HEX triplet: 03, 26 and 1A. RGB value is (3,38,26). Sum of RGB (Red+Green+Blue) = 3+38+26=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #03261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03261A is #FCD9E5. Grayscale: #1A1A1A. Windows color (decimal): -16570854 or 1713667. OLE color: 1713667.
HSL color Cylindrical-coordinate representation of color #03261A: hue angle of 159.43º 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 #03261A is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 38 | 26 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.85 |
| HSL | 159.43º | 0.85% | 0.08% | - |
| HSV(B) | 159.43º | 0.92% | 0.15% | - |
| XYZ | 0.92 | 1.48 | 1.21 | - |
| YUV | 26.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 26 | 0.92 | 0 | 0.32 | 0.85 | 159.43 | 0.85 | 0.08 |
| Hex | 3 | 26 | 1A | 5C | 0 | 20 | 55 | 9F | 55 | 8 |
| Octal | 3 | 46 | 32 | 134 | 0 | 40 | 125 | 237 | 125 | 10 |
| Binary | 11 | 100110 | 11010 | 1011100 | 0 | 100000 | 1010101 | 10011111 | 1010101 | 1000 |
Color Harmonies of #03261A
Complementary color
Monochromatic Colors of #03261A
Black with #03261A
Text Example
Text Example
White with #03261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03261A; }
p { color: rgb(3,38,26); }
H1.HeaderClassName
{
color: #03261A;
}
.AnyTagClassName
{
color: #03261A;
}
</style>
background-color css
<style>
a { background-color: #03261A; }
a { background-color: rgb(3,38,26); }
div.DivClassName
{
background-color: #03261A;
}
.BgClassName
{
background-color: #03261A;
}
</style>
border-color css
<style>
span { border-color: #03261A; }
span { border-color: rgb(3,38,26); }
td.TdClassName
{
border-color: #03261A;
}
.TagClassName
{
border-color: #03261A;
}
</style>