Shades of Dark Green #00372A
Tints of Dark Green #00372A
RGB
CMYK
RGB Variations
Color information
#00372A (or 0x00372A) is known color: Dark Green. HEX triplet: 00, 37 and 2A. RGB value is (0,55,42). Sum of RGB (Red+Green+Blue) = 0+55+42=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #00372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00372A is #FFC8D5. Grayscale: #252525. Windows color (decimal): -16763094 or 2766592. OLE color: 2766592.
HSL color Cylindrical-coordinate representation of color #00372A: hue angle of 165.82º 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 #00372A is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 42 | - |
| CMYK | 1 | 0 | 0.24 | 0.78 |
| HSL | 165.82º | 1% | 0.11% | - |
| HSV(B) | 165.82º | 1% | 0.22% | - |
| XYZ | 1.78 | 2.9 | 2.66 | - |
| YUV | 37.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 42 | 1 | 0 | 0.24 | 0.78 | 165.82 | 1 | 0.11 |
| Hex | 0 | 37 | 2A | 64 | 0 | 18 | 4E | A6 | 64 | B |
| Octal | 0 | 67 | 52 | 144 | 0 | 30 | 116 | 246 | 144 | 13 |
| Binary | 0 | 110111 | 101010 | 1100100 | 0 | 11000 | 1001110 | 10100110 | 1100100 | 1011 |
Color Harmonies of #00372A
Complementary color
Monochromatic Colors of #00372A
Black with #00372A
Text Example
Text Example
White with #00372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00372A; }
p { color: rgb(0,55,42); }
H1.HeaderClassName
{
color: #00372A;
}
.AnyTagClassName
{
color: #00372A;
}
</style>
background-color css
<style>
a { background-color: #00372A; }
a { background-color: rgb(0,55,42); }
div.DivClassName
{
background-color: #00372A;
}
.BgClassName
{
background-color: #00372A;
}
</style>
border-color css
<style>
span { border-color: #00372A; }
span { border-color: rgb(0,55,42); }
td.TdClassName
{
border-color: #00372A;
}
.TagClassName
{
border-color: #00372A;
}
</style>