Shades of Dark Green #07231A
Tints of Dark Green #07231A
RGB
CMYK
RGB Variations
Color information
#07231A (or 0x07231A) is known color: Dark Green. HEX triplet: 07, 23 and 1A. RGB value is (7,35,26). Sum of RGB (Red+Green+Blue) = 7+35+26=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #07231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07231A is #F8DCE5. Grayscale: #191919. Windows color (decimal): -16309478 or 1712903. OLE color: 1712903.
HSL color Cylindrical-coordinate representation of color #07231A: hue angle of 160.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07231A is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 35 | 26 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.86 |
| HSL | 160.71º | 0.67% | 0.08% | - |
| HSV(B) | 160.71º | 0.8% | 0.14% | - |
| XYZ | 0.88 | 1.32 | 1.19 | - |
| YUV | 25.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 26 | 0.80 | 0 | 0.26 | 0.86 | 160.71 | 0.67 | 0.08 |
| Hex | 7 | 23 | 1A | 50 | 0 | 1A | 56 | A1 | 43 | 8 |
| Octal | 7 | 43 | 32 | 120 | 0 | 32 | 126 | 241 | 103 | 10 |
| Binary | 111 | 100011 | 11010 | 1010000 | 0 | 11010 | 1010110 | 10100001 | 1000011 | 1000 |
Color Harmonies of #07231A
Complementary color
Monochromatic Colors of #07231A
Black with #07231A
Text Example
Text Example
White with #07231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07231A; }
p { color: rgb(7,35,26); }
H1.HeaderClassName
{
color: #07231A;
}
.AnyTagClassName
{
color: #07231A;
}
</style>
background-color css
<style>
a { background-color: #07231A; }
a { background-color: rgb(7,35,26); }
div.DivClassName
{
background-color: #07231A;
}
.BgClassName
{
background-color: #07231A;
}
</style>
border-color css
<style>
span { border-color: #07231A; }
span { border-color: rgb(7,35,26); }
td.TdClassName
{
border-color: #07231A;
}
.TagClassName
{
border-color: #07231A;
}
</style>