Shades of Dark Green #00271E
Tints of Dark Green #00271E
RGB
CMYK
RGB Variations
Color information
#00271E (or 0x00271E) is known color: Dark Green. HEX triplet: 00, 27 and 1E. RGB value is (0,39,30). Sum of RGB (Red+Green+Blue) = 0+39+30=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #00271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00271E is #FFD8E1. Grayscale: #1A1A1A. Windows color (decimal): -16767202 or 1976064. OLE color: 1976064.
HSL color Cylindrical-coordinate representation of color #00271E: hue angle of 166.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00271E is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 30 | - |
| CMYK | 1 | 0 | 0.23 | 0.85 |
| HSL | 166.15º | 1% | 0.08% | - |
| HSV(B) | 166.15º | 1% | 0.15% | - |
| XYZ | 0.96 | 1.54 | 1.48 | - |
| YUV | 26.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 30 | 1 | 0 | 0.23 | 0.85 | 166.15 | 1 | 0.08 |
| Hex | 0 | 27 | 1E | 64 | 0 | 17 | 55 | A6 | 64 | 8 |
| Octal | 0 | 47 | 36 | 144 | 0 | 27 | 125 | 246 | 144 | 10 |
| Binary | 0 | 100111 | 11110 | 1100100 | 0 | 10111 | 1010101 | 10100110 | 1100100 | 1000 |
Color Harmonies of #00271E
Complementary color
Monochromatic Colors of #00271E
Black with #00271E
Text Example
Text Example
White with #00271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00271E; }
p { color: rgb(0,39,30); }
H1.HeaderClassName
{
color: #00271E;
}
.AnyTagClassName
{
color: #00271E;
}
</style>
background-color css
<style>
a { background-color: #00271E; }
a { background-color: rgb(0,39,30); }
div.DivClassName
{
background-color: #00271E;
}
.BgClassName
{
background-color: #00271E;
}
</style>
border-color css
<style>
span { border-color: #00271E; }
span { border-color: rgb(0,39,30); }
td.TdClassName
{
border-color: #00271E;
}
.TagClassName
{
border-color: #00271E;
}
</style>