Shades of Dark Green #00371C
Tints of Dark Green #00371C
RGB
CMYK
RGB Variations
Color information
#00371C (or 0x00371C) is known color: Dark Green. HEX triplet: 00, 37 and 1C. RGB value is (0,55,28). Sum of RGB (Red+Green+Blue) = 0+55+28=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 55 (21.88% from 255 or 66.27% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 55 - color contains mainly: green. Hex color #00371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00371C is #FFC8E3. Grayscale: #232323. Windows color (decimal): -16763108 or 1849088. OLE color: 1849088.
HSL color Cylindrical-coordinate representation of color #00371C: hue angle of 150.55º 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 #00371C is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 28 | - |
| CMYK | 1 | 0 | 0.49 | 0.78 |
| HSL | 150.55º | 1% | 0.11% | - |
| HSV(B) | 150.55º | 1% | 0.22% | - |
| XYZ | 1.58 | 2.82 | 1.56 | - |
| YUV | 35.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 28 | 1 | 0 | 0.49 | 0.78 | 150.55 | 1 | 0.11 |
| Hex | 0 | 37 | 1C | 64 | 0 | 31 | 4E | 97 | 64 | B |
| Octal | 0 | 67 | 34 | 144 | 0 | 61 | 116 | 227 | 144 | 13 |
| Binary | 0 | 110111 | 11100 | 1100100 | 0 | 110001 | 1001110 | 10010111 | 1100100 | 1011 |
Color Harmonies of #00371C
Complementary color
Monochromatic Colors of #00371C
Black with #00371C
Text Example
Text Example
White with #00371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00371C; }
p { color: rgb(0,55,28); }
H1.HeaderClassName
{
color: #00371C;
}
.AnyTagClassName
{
color: #00371C;
}
</style>
background-color css
<style>
a { background-color: #00371C; }
a { background-color: rgb(0,55,28); }
div.DivClassName
{
background-color: #00371C;
}
.BgClassName
{
background-color: #00371C;
}
</style>
border-color css
<style>
span { border-color: #00371C; }
span { border-color: rgb(0,55,28); }
td.TdClassName
{
border-color: #00371C;
}
.TagClassName
{
border-color: #00371C;
}
</style>