Shades of Dark Green #00261F
Tints of Dark Green #00261F
RGB
CMYK
RGB Variations
Color information
#00261F (or 0x00261F) is known color: Dark Green. HEX triplet: 00, 26 and 1F. RGB value is (0,38,31). Sum of RGB (Red+Green+Blue) = 0+38+31=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #00261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00261F is #FFD9E0. Grayscale: #191919. Windows color (decimal): -16767457 or 2041344. OLE color: 2041344.
HSL color Cylindrical-coordinate representation of color #00261F: hue angle of 168.95º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00261F is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 38 | 31 | - |
| CMYK | 1 | 0 | 0.18 | 0.85 |
| HSL | 168.95º | 1% | 0.07% | - |
| HSV(B) | 168.95º | 1% | 0.15% | - |
| XYZ | 0.94 | 1.49 | 1.53 | - |
| YUV | 25.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 31 | 1 | 0 | 0.18 | 0.85 | 168.95 | 1 | 0.07 |
| Hex | 0 | 26 | 1F | 64 | 0 | 12 | 55 | A9 | 64 | 7 |
| Octal | 0 | 46 | 37 | 144 | 0 | 22 | 125 | 251 | 144 | 7 |
| Binary | 0 | 100110 | 11111 | 1100100 | 0 | 10010 | 1010101 | 10101001 | 1100100 | 111 |
Color Harmonies of #00261F
Complementary color
Monochromatic Colors of #00261F
Black with #00261F
Text Example
Text Example
White with #00261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00261F; }
p { color: rgb(0,38,31); }
H1.HeaderClassName
{
color: #00261F;
}
.AnyTagClassName
{
color: #00261F;
}
</style>
background-color css
<style>
a { background-color: #00261F; }
a { background-color: rgb(0,38,31); }
div.DivClassName
{
background-color: #00261F;
}
.BgClassName
{
background-color: #00261F;
}
</style>
border-color css
<style>
span { border-color: #00261F; }
span { border-color: rgb(0,38,31); }
td.TdClassName
{
border-color: #00261F;
}
.TagClassName
{
border-color: #00261F;
}
</style>