Shades of Dark Green #07271C
Tints of Dark Green #07271C
RGB
CMYK
RGB Variations
Color information
#07271C (or 0x07271C) is known color: Dark Green. HEX triplet: 07, 27 and 1C. RGB value is (7,39,28). Sum of RGB (Red+Green+Blue) = 7+39+28=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #07271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07271C is #F8D8E3. Grayscale: #1C1C1C. Windows color (decimal): -16308452 or 1844999. OLE color: 1844999.
HSL color Cylindrical-coordinate representation of color #07271C: hue angle of 159.38º 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 #07271C is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 28 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.85 |
| HSL | 159.38º | 0.7% | 0.09% | - |
| HSV(B) | 159.38º | 0.82% | 0.15% | - |
| XYZ | 1.02 | 1.58 | 1.35 | - |
| YUV | 28.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 28 | 0.82 | 0 | 0.28 | 0.85 | 159.38 | 0.7 | 0.09 |
| Hex | 7 | 27 | 1C | 52 | 0 | 1C | 55 | 9F | 46 | 9 |
| Octal | 7 | 47 | 34 | 122 | 0 | 34 | 125 | 237 | 106 | 11 |
| Binary | 111 | 100111 | 11100 | 1010010 | 0 | 11100 | 1010101 | 10011111 | 1000110 | 1001 |
Color Harmonies of #07271C
Complementary color
Monochromatic Colors of #07271C
Black with #07271C
Text Example
Text Example
White with #07271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07271C; }
p { color: rgb(7,39,28); }
H1.HeaderClassName
{
color: #07271C;
}
.AnyTagClassName
{
color: #07271C;
}
</style>
background-color css
<style>
a { background-color: #07271C; }
a { background-color: rgb(7,39,28); }
div.DivClassName
{
background-color: #07271C;
}
.BgClassName
{
background-color: #07271C;
}
</style>
border-color css
<style>
span { border-color: #07271C; }
span { border-color: rgb(7,39,28); }
td.TdClassName
{
border-color: #07271C;
}
.TagClassName
{
border-color: #07271C;
}
</style>