Shades of Dark Green #00271D
Tints of Dark Green #00271D
RGB
CMYK
RGB Variations
Color information
#00271D (or 0x00271D) is known color: Dark Green. HEX triplet: 00, 27 and 1D. RGB value is (0,39,29). Sum of RGB (Red+Green+Blue) = 0+39+29=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #00271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00271D is #FFD8E2. Grayscale: #1A1A1A. Windows color (decimal): -16767203 or 1910528. OLE color: 1910528.
HSL color Cylindrical-coordinate representation of color #00271D: hue angle of 164.62º 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 #00271D is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 29 | - |
| CMYK | 1 | 0 | 0.26 | 0.85 |
| HSL | 164.62º | 1% | 0.08% | - |
| HSV(B) | 164.62º | 1% | 0.15% | - |
| XYZ | 0.95 | 1.54 | 1.41 | - |
| YUV | 26.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 29 | 1 | 0 | 0.26 | 0.85 | 164.62 | 1 | 0.08 |
| Hex | 0 | 27 | 1D | 64 | 0 | 1A | 55 | A5 | 64 | 8 |
| Octal | 0 | 47 | 35 | 144 | 0 | 32 | 125 | 245 | 144 | 10 |
| Binary | 0 | 100111 | 11101 | 1100100 | 0 | 11010 | 1010101 | 10100101 | 1100100 | 1000 |
Color Harmonies of #00271D
Complementary color
Monochromatic Colors of #00271D
Black with #00271D
Text Example
Text Example
White with #00271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00271D; }
p { color: rgb(0,39,29); }
H1.HeaderClassName
{
color: #00271D;
}
.AnyTagClassName
{
color: #00271D;
}
</style>
background-color css
<style>
a { background-color: #00271D; }
a { background-color: rgb(0,39,29); }
div.DivClassName
{
background-color: #00271D;
}
.BgClassName
{
background-color: #00271D;
}
</style>
border-color css
<style>
span { border-color: #00271D; }
span { border-color: rgb(0,39,29); }
td.TdClassName
{
border-color: #00271D;
}
.TagClassName
{
border-color: #00271D;
}
</style>