Shades of Dark Green #00372F
Tints of Dark Green #00372F
RGB
CMYK
RGB Variations
Color information
#00372F (or 0x00372F) is known color: Dark Green. HEX triplet: 00, 37 and 2F. RGB value is (0,55,47). Sum of RGB (Red+Green+Blue) = 0+55+47=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #00372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00372F is #FFC8D0. Grayscale: #252525. Windows color (decimal): -16763089 or 3094272. OLE color: 3094272.
HSL color Cylindrical-coordinate representation of color #00372F: hue angle of 171.27º 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 #00372F is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 47 | - |
| CMYK | 1 | 0 | 0.15 | 0.78 |
| HSL | 171.27º | 1% | 0.11% | - |
| HSV(B) | 171.27º | 1% | 0.22% | - |
| XYZ | 1.88 | 2.94 | 3.16 | - |
| YUV | 37.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 47 | 1 | 0 | 0.15 | 0.78 | 171.27 | 1 | 0.11 |
| Hex | 0 | 37 | 2F | 64 | 0 | F | 4E | AB | 64 | B |
| Octal | 0 | 67 | 57 | 144 | 0 | 17 | 116 | 253 | 144 | 13 |
| Binary | 0 | 110111 | 101111 | 1100100 | 0 | 1111 | 1001110 | 10101011 | 1100100 | 1011 |
Color Harmonies of #00372F
Complementary color
Monochromatic Colors of #00372F
Black with #00372F
Text Example
Text Example
White with #00372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00372F; }
p { color: rgb(0,55,47); }
H1.HeaderClassName
{
color: #00372F;
}
.AnyTagClassName
{
color: #00372F;
}
</style>
background-color css
<style>
a { background-color: #00372F; }
a { background-color: rgb(0,55,47); }
div.DivClassName
{
background-color: #00372F;
}
.BgClassName
{
background-color: #00372F;
}
</style>
border-color css
<style>
span { border-color: #00372F; }
span { border-color: rgb(0,55,47); }
td.TdClassName
{
border-color: #00372F;
}
.TagClassName
{
border-color: #00372F;
}
</style>