Shades of Dark Green #00270B
Tints of Dark Green #00270B
RGB
CMYK
RGB Variations
Color information
#00270B (or 0x00270B) is known color: Dark Green. HEX triplet: 00, 27 and 0B. RGB value is (0,39,11). Sum of RGB (Red+Green+Blue) = 0+39+11=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 39 (15.62% from 255 or 78% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 39 - color contains mainly: green. Hex color #00270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00270B is #FFD8F4. Grayscale: #181818. Windows color (decimal): -16767221 or 730880. OLE color: 730880.
HSL color Cylindrical-coordinate representation of color #00270B: hue angle of 136.92º 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 #00270B is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 11 | - |
| CMYK | 1 | 0 | 0.72 | 0.85 |
| HSL | 136.92º | 1% | 0.08% | - |
| HSV(B) | 136.92º | 1% | 0.15% | - |
| XYZ | 0.79 | 1.48 | 0.56 | - |
| YUV | 24.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 11 | 1 | 0 | 0.72 | 0.85 | 136.92 | 1 | 0.08 |
| Hex | 0 | 27 | B | 64 | 0 | 48 | 55 | 89 | 64 | 8 |
| Octal | 0 | 47 | 13 | 144 | 0 | 110 | 125 | 211 | 144 | 10 |
| Binary | 0 | 100111 | 1011 | 1100100 | 0 | 1001000 | 1010101 | 10001001 | 1100100 | 1000 |
Color Harmonies of #00270B
Complementary color
Monochromatic Colors of #00270B
Black with #00270B
Text Example
Text Example
White with #00270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00270B; }
p { color: rgb(0,39,11); }
H1.HeaderClassName
{
color: #00270B;
}
.AnyTagClassName
{
color: #00270B;
}
</style>
background-color css
<style>
a { background-color: #00270B; }
a { background-color: rgb(0,39,11); }
div.DivClassName
{
background-color: #00270B;
}
.BgClassName
{
background-color: #00270B;
}
</style>
border-color css
<style>
span { border-color: #00270B; }
span { border-color: rgb(0,39,11); }
td.TdClassName
{
border-color: #00270B;
}
.TagClassName
{
border-color: #00270B;
}
</style>