Shades of Dark Green #00251F
Tints of Dark Green #00251F
RGB
CMYK
RGB Variations
Color information
#00251F (or 0x00251F) is known color: Dark Green. HEX triplet: 00, 25 and 1F. RGB value is (0,37,31). Sum of RGB (Red+Green+Blue) = 0+37+31=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #00251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00251F is #FFDAE0. Grayscale: #191919. Windows color (decimal): -16767713 or 2041088. OLE color: 2041088.
HSL color Cylindrical-coordinate representation of color #00251F: hue angle of 170.27º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00251F is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 37 | 31 | - |
| CMYK | 1 | 0 | 0.16 | 0.85 |
| HSL | 170.27º | 1% | 0.07% | - |
| HSV(B) | 170.27º | 1% | 0.15% | - |
| XYZ | 0.91 | 1.42 | 1.52 | - |
| YUV | 25.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 31 | 1 | 0 | 0.16 | 0.85 | 170.27 | 1 | 0.07 |
| Hex | 0 | 25 | 1F | 64 | 0 | 10 | 55 | AA | 64 | 7 |
| Octal | 0 | 45 | 37 | 144 | 0 | 20 | 125 | 252 | 144 | 7 |
| Binary | 0 | 100101 | 11111 | 1100100 | 0 | 10000 | 1010101 | 10101010 | 1100100 | 111 |
Color Harmonies of #00251F
Complementary color
Monochromatic Colors of #00251F
Black with #00251F
Text Example
Text Example
White with #00251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00251F; }
p { color: rgb(0,37,31); }
H1.HeaderClassName
{
color: #00251F;
}
.AnyTagClassName
{
color: #00251F;
}
</style>
background-color css
<style>
a { background-color: #00251F; }
a { background-color: rgb(0,37,31); }
div.DivClassName
{
background-color: #00251F;
}
.BgClassName
{
background-color: #00251F;
}
</style>
border-color css
<style>
span { border-color: #00251F; }
span { border-color: rgb(0,37,31); }
td.TdClassName
{
border-color: #00251F;
}
.TagClassName
{
border-color: #00251F;
}
</style>