Shades of Dark Green #03251F
Tints of Dark Green #03251F
RGB
CMYK
RGB Variations
Color information
#03251F (or 0x03251F) is known color: Dark Green. HEX triplet: 03, 25 and 1F. RGB value is (3,37,31). Sum of RGB (Red+Green+Blue) = 3+37+31=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #03251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03251F is #FCDAE0. Grayscale: #1A1A1A. Windows color (decimal): -16571105 or 2041091. OLE color: 2041091.
HSL color Cylindrical-coordinate representation of color #03251F: hue angle of 169.41º 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 #03251F is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 37 | 31 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.85 |
| HSL | 169.41º | 0.85% | 0.08% | - |
| HSV(B) | 169.41º | 0.92% | 0.15% | - |
| XYZ | 0.95 | 1.44 | 1.52 | - |
| YUV | 26.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 31 | 0.92 | 0 | 0.16 | 0.85 | 169.41 | 0.85 | 0.08 |
| Hex | 3 | 25 | 1F | 5C | 0 | 10 | 55 | A9 | 55 | 8 |
| Octal | 3 | 45 | 37 | 134 | 0 | 20 | 125 | 251 | 125 | 10 |
| Binary | 11 | 100101 | 11111 | 1011100 | 0 | 10000 | 1010101 | 10101001 | 1010101 | 1000 |
Color Harmonies of #03251F
Complementary color
Monochromatic Colors of #03251F
Black with #03251F
Text Example
Text Example
White with #03251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03251F; }
p { color: rgb(3,37,31); }
H1.HeaderClassName
{
color: #03251F;
}
.AnyTagClassName
{
color: #03251F;
}
</style>
background-color css
<style>
a { background-color: #03251F; }
a { background-color: rgb(3,37,31); }
div.DivClassName
{
background-color: #03251F;
}
.BgClassName
{
background-color: #03251F;
}
</style>
border-color css
<style>
span { border-color: #03251F; }
span { border-color: rgb(3,37,31); }
td.TdClassName
{
border-color: #03251F;
}
.TagClassName
{
border-color: #03251F;
}
</style>