Shades of Dark Green #00250A
Tints of Dark Green #00250A
RGB
CMYK
RGB Variations
Color information
#00250A (or 0x00250A) is known color: Dark Green. HEX triplet: 00, 25 and 0A. RGB value is (0,37,10). Sum of RGB (Red+Green+Blue) = 0+37+10=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 37 (14.84% from 255 or 78.72% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 37 - color contains mainly: green. Hex color #00250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00250A is #FFDAF5. Grayscale: #161616. Windows color (decimal): -16767734 or 664832. OLE color: 664832.
HSL color Cylindrical-coordinate representation of color #00250A: hue angle of 136.22º 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 #00250A is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 37 | 10 | - |
| CMYK | 1 | 0 | 0.73 | 0.85 |
| HSL | 136.22º | 1% | 0.07% | - |
| HSV(B) | 136.22º | 1% | 0.15% | - |
| XYZ | 0.72 | 1.35 | 0.51 | - |
| YUV | 22.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 10 | 1 | 0 | 0.73 | 0.85 | 136.22 | 1 | 0.07 |
| Hex | 0 | 25 | A | 64 | 0 | 49 | 55 | 88 | 64 | 7 |
| Octal | 0 | 45 | 12 | 144 | 0 | 111 | 125 | 210 | 144 | 7 |
| Binary | 0 | 100101 | 1010 | 1100100 | 0 | 1001001 | 1010101 | 10001000 | 1100100 | 111 |
Color Harmonies of #00250A
Complementary color
Monochromatic Colors of #00250A
Black with #00250A
Text Example
Text Example
White with #00250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00250A; }
p { color: rgb(0,37,10); }
H1.HeaderClassName
{
color: #00250A;
}
.AnyTagClassName
{
color: #00250A;
}
</style>
background-color css
<style>
a { background-color: #00250A; }
a { background-color: rgb(0,37,10); }
div.DivClassName
{
background-color: #00250A;
}
.BgClassName
{
background-color: #00250A;
}
</style>
border-color css
<style>
span { border-color: #00250A; }
span { border-color: rgb(0,37,10); }
td.TdClassName
{
border-color: #00250A;
}
.TagClassName
{
border-color: #00250A;
}
</style>