Shades of Dark Green #07271F
Tints of Dark Green #07271F
RGB
CMYK
RGB Variations
Color information
#07271F (or 0x07271F) is known color: Dark Green. HEX triplet: 07, 27 and 1F. RGB value is (7,39,31). Sum of RGB (Red+Green+Blue) = 7+39+31=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #07271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07271F is #F8D8E0. Grayscale: #1C1C1C. Windows color (decimal): -16308449 or 2041607. OLE color: 2041607.
HSL color Cylindrical-coordinate representation of color #07271F: hue angle of 165º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07271F is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 31 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.85 |
| HSL | 165º | 0.7% | 0.09% | - |
| HSV(B) | 165º | 0.82% | 0.15% | - |
| XYZ | 1.06 | 1.6 | 1.55 | - |
| YUV | 28.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 31 | 0.82 | 0 | 0.21 | 0.85 | 165 | 0.7 | 0.09 |
| Hex | 7 | 27 | 1F | 52 | 0 | 15 | 55 | A5 | 46 | 9 |
| Octal | 7 | 47 | 37 | 122 | 0 | 25 | 125 | 245 | 106 | 11 |
| Binary | 111 | 100111 | 11111 | 1010010 | 0 | 10101 | 1010101 | 10100101 | 1000110 | 1001 |
Color Harmonies of #07271F
Complementary color
Monochromatic Colors of #07271F
Black with #07271F
Text Example
Text Example
White with #07271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07271F; }
p { color: rgb(7,39,31); }
H1.HeaderClassName
{
color: #07271F;
}
.AnyTagClassName
{
color: #07271F;
}
</style>
background-color css
<style>
a { background-color: #07271F; }
a { background-color: rgb(7,39,31); }
div.DivClassName
{
background-color: #07271F;
}
.BgClassName
{
background-color: #07271F;
}
</style>
border-color css
<style>
span { border-color: #07271F; }
span { border-color: rgb(7,39,31); }
td.TdClassName
{
border-color: #07271F;
}
.TagClassName
{
border-color: #07271F;
}
</style>