Shades of Dark Green #00261D
Tints of Dark Green #00261D
RGB
CMYK
RGB Variations
Color information
#00261D (or 0x00261D) is known color: Dark Green. HEX triplet: 00, 26 and 1D. RGB value is (0,38,29). Sum of RGB (Red+Green+Blue) = 0+38+29=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #00261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00261D is #FFD9E2. Grayscale: #191919. Windows color (decimal): -16767459 or 1910272. OLE color: 1910272.
HSL color Cylindrical-coordinate representation of color #00261D: hue angle of 165.79º 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 #00261D is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 38 | 29 | - |
| CMYK | 1 | 0 | 0.24 | 0.85 |
| HSL | 165.79º | 1% | 0.07% | - |
| HSV(B) | 165.79º | 1% | 0.15% | - |
| XYZ | 0.91 | 1.47 | 1.4 | - |
| YUV | 25.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 29 | 1 | 0 | 0.24 | 0.85 | 165.79 | 1 | 0.07 |
| Hex | 0 | 26 | 1D | 64 | 0 | 18 | 55 | A6 | 64 | 7 |
| Octal | 0 | 46 | 35 | 144 | 0 | 30 | 125 | 246 | 144 | 7 |
| Binary | 0 | 100110 | 11101 | 1100100 | 0 | 11000 | 1010101 | 10100110 | 1100100 | 111 |
Color Harmonies of #00261D
Complementary color
Monochromatic Colors of #00261D
Black with #00261D
Text Example
Text Example
White with #00261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00261D; }
p { color: rgb(0,38,29); }
H1.HeaderClassName
{
color: #00261D;
}
.AnyTagClassName
{
color: #00261D;
}
</style>
background-color css
<style>
a { background-color: #00261D; }
a { background-color: rgb(0,38,29); }
div.DivClassName
{
background-color: #00261D;
}
.BgClassName
{
background-color: #00261D;
}
</style>
border-color css
<style>
span { border-color: #00261D; }
span { border-color: rgb(0,38,29); }
td.TdClassName
{
border-color: #00261D;
}
.TagClassName
{
border-color: #00261D;
}
</style>