Shades of Dark Green #00372E
Tints of Dark Green #00372E
RGB
CMYK
RGB Variations
Color information
#00372E (or 0x00372E) is known color: Dark Green. HEX triplet: 00, 37 and 2E. RGB value is (0,55,46). Sum of RGB (Red+Green+Blue) = 0+55+46=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #00372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00372E is #FFC8D1. Grayscale: #252525. Windows color (decimal): -16763090 or 3028736. OLE color: 3028736.
HSL color Cylindrical-coordinate representation of color #00372E: hue angle of 170.18º 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 #00372E is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 46 | - |
| CMYK | 1 | 0 | 0.16 | 0.78 |
| HSL | 170.18º | 1% | 0.11% | - |
| HSV(B) | 170.18º | 1% | 0.22% | - |
| XYZ | 1.86 | 2.93 | 3.05 | - |
| YUV | 37.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 46 | 1 | 0 | 0.16 | 0.78 | 170.18 | 1 | 0.11 |
| Hex | 0 | 37 | 2E | 64 | 0 | 10 | 4E | AA | 64 | B |
| Octal | 0 | 67 | 56 | 144 | 0 | 20 | 116 | 252 | 144 | 13 |
| Binary | 0 | 110111 | 101110 | 1100100 | 0 | 10000 | 1001110 | 10101010 | 1100100 | 1011 |
Color Harmonies of #00372E
Complementary color
Monochromatic Colors of #00372E
Black with #00372E
Text Example
Text Example
White with #00372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00372E; }
p { color: rgb(0,55,46); }
H1.HeaderClassName
{
color: #00372E;
}
.AnyTagClassName
{
color: #00372E;
}
</style>
background-color css
<style>
a { background-color: #00372E; }
a { background-color: rgb(0,55,46); }
div.DivClassName
{
background-color: #00372E;
}
.BgClassName
{
background-color: #00372E;
}
</style>
border-color css
<style>
span { border-color: #00372E; }
span { border-color: rgb(0,55,46); }
td.TdClassName
{
border-color: #00372E;
}
.TagClassName
{
border-color: #00372E;
}
</style>