Shades of Dark Green #07271A
Tints of Dark Green #07271A
RGB
CMYK
RGB Variations
Color information
#07271A (or 0x07271A) is known color: Dark Green. HEX triplet: 07, 27 and 1A. RGB value is (7,39,26). Sum of RGB (Red+Green+Blue) = 7+39+26=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #07271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07271A is #F8D8E5. Grayscale: #1B1B1B. Windows color (decimal): -16308454 or 1713927. OLE color: 1713927.
HSL color Cylindrical-coordinate representation of color #07271A: hue angle of 155.62º 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 #07271A is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 26 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.85 |
| HSL | 155.63º | 0.7% | 0.09% | - |
| HSV(B) | 155.63º | 0.82% | 0.15% | - |
| XYZ | 1 | 1.57 | 1.23 | - |
| YUV | 27.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 26 | 0.82 | 0 | 0.33 | 0.85 | 155.63 | 0.7 | 0.09 |
| Hex | 7 | 27 | 1A | 52 | 0 | 21 | 55 | 9C | 46 | 9 |
| Octal | 7 | 47 | 32 | 122 | 0 | 41 | 125 | 234 | 106 | 11 |
| Binary | 111 | 100111 | 11010 | 1010010 | 0 | 100001 | 1010101 | 10011100 | 1000110 | 1001 |
Color Harmonies of #07271A
Complementary color
Monochromatic Colors of #07271A
Black with #07271A
Text Example
Text Example
White with #07271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07271A; }
p { color: rgb(7,39,26); }
H1.HeaderClassName
{
color: #07271A;
}
.AnyTagClassName
{
color: #07271A;
}
</style>
background-color css
<style>
a { background-color: #07271A; }
a { background-color: rgb(7,39,26); }
div.DivClassName
{
background-color: #07271A;
}
.BgClassName
{
background-color: #07271A;
}
</style>
border-color css
<style>
span { border-color: #07271A; }
span { border-color: rgb(7,39,26); }
td.TdClassName
{
border-color: #07271A;
}
.TagClassName
{
border-color: #07271A;
}
</style>