Shades of Dark Green #00261C
Tints of Dark Green #00261C
RGB
CMYK
RGB Variations
Color information
#00261C (or 0x00261C) is known color: Dark Green. HEX triplet: 00, 26 and 1C. RGB value is (0,38,28). Sum of RGB (Red+Green+Blue) = 0+38+28=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #00261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00261C is #FFD9E3. Grayscale: #191919. Windows color (decimal): -16767460 or 1844736. OLE color: 1844736.
HSL color Cylindrical-coordinate representation of color #00261C: hue angle of 164.21º 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 #00261C is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 38 | 28 | - |
| CMYK | 1 | 0 | 0.26 | 0.85 |
| HSL | 164.21º | 1% | 0.07% | - |
| HSV(B) | 164.21º | 1% | 0.15% | - |
| XYZ | 0.9 | 1.47 | 1.33 | - |
| YUV | 25.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 28 | 1 | 0 | 0.26 | 0.85 | 164.21 | 1 | 0.07 |
| Hex | 0 | 26 | 1C | 64 | 0 | 1A | 55 | A4 | 64 | 7 |
| Octal | 0 | 46 | 34 | 144 | 0 | 32 | 125 | 244 | 144 | 7 |
| Binary | 0 | 100110 | 11100 | 1100100 | 0 | 11010 | 1010101 | 10100100 | 1100100 | 111 |
Color Harmonies of #00261C
Complementary color
Monochromatic Colors of #00261C
Black with #00261C
Text Example
Text Example
White with #00261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00261C; }
p { color: rgb(0,38,28); }
H1.HeaderClassName
{
color: #00261C;
}
.AnyTagClassName
{
color: #00261C;
}
</style>
background-color css
<style>
a { background-color: #00261C; }
a { background-color: rgb(0,38,28); }
div.DivClassName
{
background-color: #00261C;
}
.BgClassName
{
background-color: #00261C;
}
</style>
border-color css
<style>
span { border-color: #00261C; }
span { border-color: rgb(0,38,28); }
td.TdClassName
{
border-color: #00261C;
}
.TagClassName
{
border-color: #00261C;
}
</style>