Shades of Dark Green #00371A
Tints of Dark Green #00371A
RGB
CMYK
RGB Variations
Color information
#00371A (or 0x00371A) is known color: Dark Green. HEX triplet: 00, 37 and 1A. RGB value is (0,55,26). Sum of RGB (Red+Green+Blue) = 0+55+26=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #00371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00371A is #FFC8E5. Grayscale: #232323. Windows color (decimal): -16763110 or 1718016. OLE color: 1718016.
HSL color Cylindrical-coordinate representation of color #00371A: hue angle of 148.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00371A is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 26 | - |
| CMYK | 1 | 0 | 0.53 | 0.78 |
| HSL | 148.36º | 1% | 0.11% | - |
| HSV(B) | 148.36º | 1% | 0.22% | - |
| XYZ | 1.55 | 2.81 | 1.44 | - |
| YUV | 35.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 26 | 1 | 0 | 0.53 | 0.78 | 148.36 | 1 | 0.11 |
| Hex | 0 | 37 | 1A | 64 | 0 | 35 | 4E | 94 | 64 | B |
| Octal | 0 | 67 | 32 | 144 | 0 | 65 | 116 | 224 | 144 | 13 |
| Binary | 0 | 110111 | 11010 | 1100100 | 0 | 110101 | 1001110 | 10010100 | 1100100 | 1011 |
Color Harmonies of #00371A
Complementary color
Monochromatic Colors of #00371A
Black with #00371A
Text Example
Text Example
White with #00371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00371A; }
p { color: rgb(0,55,26); }
H1.HeaderClassName
{
color: #00371A;
}
.AnyTagClassName
{
color: #00371A;
}
</style>
background-color css
<style>
a { background-color: #00371A; }
a { background-color: rgb(0,55,26); }
div.DivClassName
{
background-color: #00371A;
}
.BgClassName
{
background-color: #00371A;
}
</style>
border-color css
<style>
span { border-color: #00371A; }
span { border-color: rgb(0,55,26); }
td.TdClassName
{
border-color: #00371A;
}
.TagClassName
{
border-color: #00371A;
}
</style>