Shades of Dark Green #07251E
Tints of Dark Green #07251E
RGB
CMYK
RGB Variations
Color information
#07251E (or 0x07251E) is known color: Dark Green. HEX triplet: 07, 25 and 1E. RGB value is (7,37,30). Sum of RGB (Red+Green+Blue) = 7+37+30=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #07251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07251E is #F8DAE1. Grayscale: #1B1B1B. Windows color (decimal): -16308962 or 1975559. OLE color: 1975559.
HSL color Cylindrical-coordinate representation of color #07251E: hue angle of 166º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07251E is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 37 | 30 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.85 |
| HSL | 166º | 0.68% | 0.09% | - |
| HSV(B) | 166º | 0.81% | 0.15% | - |
| XYZ | 0.98 | 1.46 | 1.46 | - |
| YUV | 27.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 30 | 0.81 | 0 | 0.19 | 0.85 | 166 | 0.68 | 0.09 |
| Hex | 7 | 25 | 1E | 51 | 0 | 13 | 55 | A6 | 44 | 9 |
| Octal | 7 | 45 | 36 | 121 | 0 | 23 | 125 | 246 | 104 | 11 |
| Binary | 111 | 100101 | 11110 | 1010001 | 0 | 10011 | 1010101 | 10100110 | 1000100 | 1001 |
Color Harmonies of #07251E
Complementary color
Monochromatic Colors of #07251E
Black with #07251E
Text Example
Text Example
White with #07251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07251E; }
p { color: rgb(7,37,30); }
H1.HeaderClassName
{
color: #07251E;
}
.AnyTagClassName
{
color: #07251E;
}
</style>
background-color css
<style>
a { background-color: #07251E; }
a { background-color: rgb(7,37,30); }
div.DivClassName
{
background-color: #07251E;
}
.BgClassName
{
background-color: #07251E;
}
</style>
border-color css
<style>
span { border-color: #07251E; }
span { border-color: rgb(7,37,30); }
td.TdClassName
{
border-color: #07251E;
}
.TagClassName
{
border-color: #07251E;
}
</style>