Shades of Dark Green #00260C
Tints of Dark Green #00260C
RGB
CMYK
RGB Variations
Color information
#00260C (or 0x00260C) is known color: Dark Green. HEX triplet: 00, 26 and 0C. RGB value is (0,38,12). Sum of RGB (Red+Green+Blue) = 0+38+12=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 38 (15.23% from 255 or 76% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 38 - color contains mainly: green. Hex color #00260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00260C is #FFD9F3. Grayscale: #171717. Windows color (decimal): -16767476 or 796160. OLE color: 796160.
HSL color Cylindrical-coordinate representation of color #00260C: hue angle of 138.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 #00260C is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 38 | 12 | - |
| CMYK | 1 | 0 | 0.68 | 0.85 |
| HSL | 138.95º | 1% | 0.07% | - |
| HSV(B) | 138.95º | 1% | 0.15% | - |
| XYZ | 0.76 | 1.41 | 0.58 | - |
| YUV | 23.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 12 | 1 | 0 | 0.68 | 0.85 | 138.95 | 1 | 0.07 |
| Hex | 0 | 26 | C | 64 | 0 | 44 | 55 | 8B | 64 | 7 |
| Octal | 0 | 46 | 14 | 144 | 0 | 104 | 125 | 213 | 144 | 7 |
| Binary | 0 | 100110 | 1100 | 1100100 | 0 | 1000100 | 1010101 | 10001011 | 1100100 | 111 |
Color Harmonies of #00260C
Complementary color
Monochromatic Colors of #00260C
Black with #00260C
Text Example
Text Example
White with #00260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00260C; }
p { color: rgb(0,38,12); }
H1.HeaderClassName
{
color: #00260C;
}
.AnyTagClassName
{
color: #00260C;
}
</style>
background-color css
<style>
a { background-color: #00260C; }
a { background-color: rgb(0,38,12); }
div.DivClassName
{
background-color: #00260C;
}
.BgClassName
{
background-color: #00260C;
}
</style>
border-color css
<style>
span { border-color: #00260C; }
span { border-color: rgb(0,38,12); }
td.TdClassName
{
border-color: #00260C;
}
.TagClassName
{
border-color: #00260C;
}
</style>