Shades of Dark Green #0F382A
Tints of Dark Green #0F382A
RGB
CMYK
RGB Variations
Color information
#0F382A (or 0x0F382A) is known color: Dark Green. HEX triplet: 0F, 38 and 2A. RGB value is (15,56,42). Sum of RGB (Red+Green+Blue) = 15+56+42=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #0F382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F382A is #F0C7D5. Grayscale: #2A2A2A. Windows color (decimal): -15779798 or 2766863. OLE color: 2766863.
HSL color Cylindrical-coordinate representation of color #0F382A: hue angle of 159.51º degrees, saturation: 0.58, 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 #0F382A is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 56 | 42 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.78 |
| HSL | 159.51º | 0.58% | 0.14% | - |
| HSV(B) | 159.51º | 0.73% | 0.22% | - |
| XYZ | 2.03 | 3.1 | 2.68 | - |
| YUV | 42.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 42 | 0.73 | 0 | 0.25 | 0.78 | 159.51 | 0.58 | 0.14 |
| Hex | F | 38 | 2A | 49 | 0 | 19 | 4E | A0 | 3A | E |
| Octal | 17 | 70 | 52 | 111 | 0 | 31 | 116 | 240 | 72 | 16 |
| Binary | 1111 | 111000 | 101010 | 1001001 | 0 | 11001 | 1001110 | 10100000 | 111010 | 1110 |
Color Harmonies of #0F382A
Complementary color
Monochromatic Colors of #0F382A
Black with #0F382A
Text Example
Text Example
White with #0F382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F382A; }
p { color: rgb(15,56,42); }
H1.HeaderClassName
{
color: #0F382A;
}
.AnyTagClassName
{
color: #0F382A;
}
</style>
background-color css
<style>
a { background-color: #0F382A; }
a { background-color: rgb(15,56,42); }
div.DivClassName
{
background-color: #0F382A;
}
.BgClassName
{
background-color: #0F382A;
}
</style>
border-color css
<style>
span { border-color: #0F382A; }
span { border-color: rgb(15,56,42); }
td.TdClassName
{
border-color: #0F382A;
}
.TagClassName
{
border-color: #0F382A;
}
</style>