Shades of Dark Green #03251D
Tints of Dark Green #03251D
RGB
CMYK
RGB Variations
Color information
#03251D (or 0x03251D) is known color: Dark Green. HEX triplet: 03, 25 and 1D. RGB value is (3,37,29). Sum of RGB (Red+Green+Blue) = 3+37+29=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #03251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03251D is #FCDAE2. Grayscale: #191919. Windows color (decimal): -16571107 or 1910019. OLE color: 1910019.
HSL color Cylindrical-coordinate representation of color #03251D: hue angle of 165.88º 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 #03251D is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 37 | 29 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.85 |
| HSL | 165.88º | 0.85% | 0.08% | - |
| HSV(B) | 165.88º | 0.92% | 0.15% | - |
| XYZ | 0.92 | 1.43 | 1.39 | - |
| YUV | 25.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 29 | 0.92 | 0 | 0.22 | 0.85 | 165.88 | 0.85 | 0.08 |
| Hex | 3 | 25 | 1D | 5C | 0 | 16 | 55 | A6 | 55 | 8 |
| Octal | 3 | 45 | 35 | 134 | 0 | 26 | 125 | 246 | 125 | 10 |
| Binary | 11 | 100101 | 11101 | 1011100 | 0 | 10110 | 1010101 | 10100110 | 1010101 | 1000 |
Color Harmonies of #03251D
Complementary color
Monochromatic Colors of #03251D
Black with #03251D
Text Example
Text Example
White with #03251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03251D; }
p { color: rgb(3,37,29); }
H1.HeaderClassName
{
color: #03251D;
}
.AnyTagClassName
{
color: #03251D;
}
</style>
background-color css
<style>
a { background-color: #03251D; }
a { background-color: rgb(3,37,29); }
div.DivClassName
{
background-color: #03251D;
}
.BgClassName
{
background-color: #03251D;
}
</style>
border-color css
<style>
span { border-color: #03251D; }
span { border-color: rgb(3,37,29); }
td.TdClassName
{
border-color: #03251D;
}
.TagClassName
{
border-color: #03251D;
}
</style>