Shades of Dark Green #0F372B
Tints of Dark Green #0F372B
RGB
CMYK
RGB Variations
Color information
#0F372B (or 0x0F372B) is known color: Dark Green. HEX triplet: 0F, 37 and 2B. RGB value is (15,55,43). Sum of RGB (Red+Green+Blue) = 15+55+43=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #0F372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F372B is #F0C8D4. Grayscale: #292929. Windows color (decimal): -15780053 or 2832143. OLE color: 2832143.
HSL color Cylindrical-coordinate representation of color #0F372B: hue angle of 162º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F372B is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 55 | 43 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.78 |
| HSL | 162º | 0.57% | 0.14% | - |
| HSV(B) | 162º | 0.73% | 0.22% | - |
| XYZ | 2 | 3.01 | 2.76 | - |
| YUV | 41.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 43 | 0.73 | 0 | 0.22 | 0.78 | 162 | 0.57 | 0.14 |
| Hex | F | 37 | 2B | 49 | 0 | 16 | 4E | A2 | 39 | E |
| Octal | 17 | 67 | 53 | 111 | 0 | 26 | 116 | 242 | 71 | 16 |
| Binary | 1111 | 110111 | 101011 | 1001001 | 0 | 10110 | 1001110 | 10100010 | 111001 | 1110 |
Color Harmonies of #0F372B
Complementary color
Monochromatic Colors of #0F372B
Black with #0F372B
Text Example
Text Example
White with #0F372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F372B; }
p { color: rgb(15,55,43); }
H1.HeaderClassName
{
color: #0F372B;
}
.AnyTagClassName
{
color: #0F372B;
}
</style>
background-color css
<style>
a { background-color: #0F372B; }
a { background-color: rgb(15,55,43); }
div.DivClassName
{
background-color: #0F372B;
}
.BgClassName
{
background-color: #0F372B;
}
</style>
border-color css
<style>
span { border-color: #0F372B; }
span { border-color: rgb(15,55,43); }
td.TdClassName
{
border-color: #0F372B;
}
.TagClassName
{
border-color: #0F372B;
}
</style>