Shades of Dark Green #07231C
Tints of Dark Green #07231C
RGB
CMYK
RGB Variations
Color information
#07231C (or 0x07231C) is known color: Dark Green. HEX triplet: 07, 23 and 1C. RGB value is (7,35,28). Sum of RGB (Red+Green+Blue) = 7+35+28=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #07231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07231C is #F8DCE3. Grayscale: #191919. Windows color (decimal): -16309476 or 1843975. OLE color: 1843975.
HSL color Cylindrical-coordinate representation of color #07231C: hue angle of 165º 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 #07231C is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 35 | 28 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.86 |
| HSL | 165º | 0.67% | 0.08% | - |
| HSV(B) | 165º | 0.8% | 0.14% | - |
| XYZ | 0.9 | 1.33 | 1.31 | - |
| YUV | 25.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 28 | 0.80 | 0 | 0.20 | 0.86 | 165 | 0.67 | 0.08 |
| Hex | 7 | 23 | 1C | 50 | 0 | 14 | 56 | A5 | 43 | 8 |
| Octal | 7 | 43 | 34 | 120 | 0 | 24 | 126 | 245 | 103 | 10 |
| Binary | 111 | 100011 | 11100 | 1010000 | 0 | 10100 | 1010110 | 10100101 | 1000011 | 1000 |
Color Harmonies of #07231C
Complementary color
Monochromatic Colors of #07231C
Black with #07231C
Text Example
Text Example
White with #07231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07231C; }
p { color: rgb(7,35,28); }
H1.HeaderClassName
{
color: #07231C;
}
.AnyTagClassName
{
color: #07231C;
}
</style>
background-color css
<style>
a { background-color: #07231C; }
a { background-color: rgb(7,35,28); }
div.DivClassName
{
background-color: #07231C;
}
.BgClassName
{
background-color: #07231C;
}
</style>
border-color css
<style>
span { border-color: #07231C; }
span { border-color: rgb(7,35,28); }
td.TdClassName
{
border-color: #07231C;
}
.TagClassName
{
border-color: #07231C;
}
</style>