Shades of Dark Green #00372D
Tints of Dark Green #00372D
RGB
CMYK
RGB Variations
Color information
#00372D (or 0x00372D) is known color: Dark Green. HEX triplet: 00, 37 and 2D. RGB value is (0,55,45). Sum of RGB (Red+Green+Blue) = 0+55+45=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #00372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00372D is #FFC8D2. Grayscale: #252525. Windows color (decimal): -16763091 or 2963200. OLE color: 2963200.
HSL color Cylindrical-coordinate representation of color #00372D: hue angle of 169.09º 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 #00372D is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 45 | - |
| CMYK | 1 | 0 | 0.18 | 0.78 |
| HSL | 169.09º | 1% | 0.11% | - |
| HSV(B) | 169.09º | 1% | 0.22% | - |
| XYZ | 1.84 | 2.92 | 2.95 | - |
| YUV | 37.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 45 | 1 | 0 | 0.18 | 0.78 | 169.09 | 1 | 0.11 |
| Hex | 0 | 37 | 2D | 64 | 0 | 12 | 4E | A9 | 64 | B |
| Octal | 0 | 67 | 55 | 144 | 0 | 22 | 116 | 251 | 144 | 13 |
| Binary | 0 | 110111 | 101101 | 1100100 | 0 | 10010 | 1001110 | 10101001 | 1100100 | 1011 |
Color Harmonies of #00372D
Complementary color
Monochromatic Colors of #00372D
Black with #00372D
Text Example
Text Example
White with #00372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00372D; }
p { color: rgb(0,55,45); }
H1.HeaderClassName
{
color: #00372D;
}
.AnyTagClassName
{
color: #00372D;
}
</style>
background-color css
<style>
a { background-color: #00372D; }
a { background-color: rgb(0,55,45); }
div.DivClassName
{
background-color: #00372D;
}
.BgClassName
{
background-color: #00372D;
}
</style>
border-color css
<style>
span { border-color: #00372D; }
span { border-color: rgb(0,55,45); }
td.TdClassName
{
border-color: #00372D;
}
.TagClassName
{
border-color: #00372D;
}
</style>