Shades of Dark Green #0F382D
Tints of Dark Green #0F382D
RGB
CMYK
RGB Variations
Color information
#0F382D (or 0x0F382D) is known color: Dark Green. HEX triplet: 0F, 38 and 2D. RGB value is (15,56,45). Sum of RGB (Red+Green+Blue) = 15+56+45=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #0F382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F382D is #F0C7D2. Grayscale: #2A2A2A. Windows color (decimal): -15779795 or 2963471. OLE color: 2963471.
HSL color Cylindrical-coordinate representation of color #0F382D: hue angle of 163.9º 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 #0F382D is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 56 | 45 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.78 |
| HSL | 163.9º | 0.58% | 0.14% | - |
| HSV(B) | 163.9º | 0.73% | 0.22% | - |
| XYZ | 2.08 | 3.12 | 2.97 | - |
| YUV | 42.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 45 | 0.73 | 0 | 0.20 | 0.78 | 163.9 | 0.58 | 0.14 |
| Hex | F | 38 | 2D | 49 | 0 | 14 | 4E | A4 | 3A | E |
| Octal | 17 | 70 | 55 | 111 | 0 | 24 | 116 | 244 | 72 | 16 |
| Binary | 1111 | 111000 | 101101 | 1001001 | 0 | 10100 | 1001110 | 10100100 | 111010 | 1110 |
Color Harmonies of #0F382D
Complementary color
Monochromatic Colors of #0F382D
Black with #0F382D
Text Example
Text Example
White with #0F382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F382D; }
p { color: rgb(15,56,45); }
H1.HeaderClassName
{
color: #0F382D;
}
.AnyTagClassName
{
color: #0F382D;
}
</style>
background-color css
<style>
a { background-color: #0F382D; }
a { background-color: rgb(15,56,45); }
div.DivClassName
{
background-color: #0F382D;
}
.BgClassName
{
background-color: #0F382D;
}
</style>
border-color css
<style>
span { border-color: #0F382D; }
span { border-color: rgb(15,56,45); }
td.TdClassName
{
border-color: #0F382D;
}
.TagClassName
{
border-color: #0F382D;
}
</style>