Shades of Dark Green #07251C
Tints of Dark Green #07251C
RGB
CMYK
RGB Variations
Color information
#07251C (or 0x07251C) is known color: Dark Green. HEX triplet: 07, 25 and 1C. RGB value is (7,37,28). Sum of RGB (Red+Green+Blue) = 7+37+28=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #07251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07251C is #F8DAE3. Grayscale: #1B1B1B. Windows color (decimal): -16308964 or 1844487. OLE color: 1844487.
HSL color Cylindrical-coordinate representation of color #07251C: hue angle of 162º 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 #07251C is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 37 | 28 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.85 |
| HSL | 162º | 0.68% | 0.09% | - |
| HSV(B) | 162º | 0.81% | 0.15% | - |
| XYZ | 0.96 | 1.45 | 1.33 | - |
| YUV | 27 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 28 | 0.81 | 0 | 0.24 | 0.85 | 162 | 0.68 | 0.09 |
| Hex | 7 | 25 | 1C | 51 | 0 | 18 | 55 | A2 | 44 | 9 |
| Octal | 7 | 45 | 34 | 121 | 0 | 30 | 125 | 242 | 104 | 11 |
| Binary | 111 | 100101 | 11100 | 1010001 | 0 | 11000 | 1010101 | 10100010 | 1000100 | 1001 |
Color Harmonies of #07251C
Complementary color
Monochromatic Colors of #07251C
Black with #07251C
Text Example
Text Example
White with #07251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07251C; }
p { color: rgb(7,37,28); }
H1.HeaderClassName
{
color: #07251C;
}
.AnyTagClassName
{
color: #07251C;
}
</style>
background-color css
<style>
a { background-color: #07251C; }
a { background-color: rgb(7,37,28); }
div.DivClassName
{
background-color: #07251C;
}
.BgClassName
{
background-color: #07251C;
}
</style>
border-color css
<style>
span { border-color: #07251C; }
span { border-color: rgb(7,37,28); }
td.TdClassName
{
border-color: #07251C;
}
.TagClassName
{
border-color: #07251C;
}
</style>