Shades of Dark Green #00250D
Tints of Dark Green #00250D
RGB
CMYK
RGB Variations
Color information
#00250D (or 0x00250D) is known color: Dark Green. HEX triplet: 00, 25 and 0D. RGB value is (0,37,13). Sum of RGB (Red+Green+Blue) = 0+37+13=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 37 (14.84% from 255 or 74% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 37 - color contains mainly: green. Hex color #00250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00250D is #FFDAF2. Grayscale: #171717. Windows color (decimal): -16767731 or 861440. OLE color: 861440.
HSL color Cylindrical-coordinate representation of color #00250D: hue angle of 141.08º 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 #00250D is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 37 | 13 | - |
| CMYK | 1 | 0 | 0.65 | 0.85 |
| HSL | 141.08º | 1% | 0.07% | - |
| HSV(B) | 141.08º | 1% | 0.15% | - |
| XYZ | 0.73 | 1.35 | 0.6 | - |
| YUV | 23.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 13 | 1 | 0 | 0.65 | 0.85 | 141.08 | 1 | 0.07 |
| Hex | 0 | 25 | D | 64 | 0 | 41 | 55 | 8D | 64 | 7 |
| Octal | 0 | 45 | 15 | 144 | 0 | 101 | 125 | 215 | 144 | 7 |
| Binary | 0 | 100101 | 1101 | 1100100 | 0 | 1000001 | 1010101 | 10001101 | 1100100 | 111 |
Color Harmonies of #00250D
Complementary color
Monochromatic Colors of #00250D
Black with #00250D
Text Example
Text Example
White with #00250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00250D; }
p { color: rgb(0,37,13); }
H1.HeaderClassName
{
color: #00250D;
}
.AnyTagClassName
{
color: #00250D;
}
</style>
background-color css
<style>
a { background-color: #00250D; }
a { background-color: rgb(0,37,13); }
div.DivClassName
{
background-color: #00250D;
}
.BgClassName
{
background-color: #00250D;
}
</style>
border-color css
<style>
span { border-color: #00250D; }
span { border-color: rgb(0,37,13); }
td.TdClassName
{
border-color: #00250D;
}
.TagClassName
{
border-color: #00250D;
}
</style>