Shades of Dark Green #0F352A
Tints of Dark Green #0F352A
RGB
CMYK
RGB Variations
Color information
#0F352A (or 0x0F352A) is known color: Dark Green. HEX triplet: 0F, 35 and 2A. RGB value is (15,53,42). Sum of RGB (Red+Green+Blue) = 15+53+42=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #0F352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F352A is #F0CAD5. Grayscale: #282828. Windows color (decimal): -15780566 or 2766095. OLE color: 2766095.
HSL color Cylindrical-coordinate representation of color #0F352A: hue angle of 162.63º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F352A is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 42 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.79 |
| HSL | 162.63º | 0.56% | 0.13% | - |
| HSV(B) | 162.63º | 0.72% | 0.21% | - |
| XYZ | 1.89 | 2.81 | 2.63 | - |
| YUV | 40.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 42 | 0.72 | 0 | 0.21 | 0.79 | 162.63 | 0.56 | 0.13 |
| Hex | F | 35 | 2A | 48 | 0 | 15 | 4F | A3 | 38 | D |
| Octal | 17 | 65 | 52 | 110 | 0 | 25 | 117 | 243 | 70 | 15 |
| Binary | 1111 | 110101 | 101010 | 1001000 | 0 | 10101 | 1001111 | 10100011 | 111000 | 1101 |
Color Harmonies of #0F352A
Complementary color
Monochromatic Colors of #0F352A
Black with #0F352A
Text Example
Text Example
White with #0F352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F352A; }
p { color: rgb(15,53,42); }
H1.HeaderClassName
{
color: #0F352A;
}
.AnyTagClassName
{
color: #0F352A;
}
</style>
background-color css
<style>
a { background-color: #0F352A; }
a { background-color: rgb(15,53,42); }
div.DivClassName
{
background-color: #0F352A;
}
.BgClassName
{
background-color: #0F352A;
}
</style>
border-color css
<style>
span { border-color: #0F352A; }
span { border-color: rgb(15,53,42); }
td.TdClassName
{
border-color: #0F352A;
}
.TagClassName
{
border-color: #0F352A;
}
</style>