Shades of Cardin Green #0F2016
Tints of Cardin Green #0F2016
RGB
CMYK
RGB Variations
Color information
#0F2016 (or 0x0F2016) is known color: Cardin Green. HEX triplet: 0F, 20 and 16. RGB value is (15,32,22). Sum of RGB (Red+Green+Blue) = 15+32+22=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2016 is #F0DFE9. Grayscale: #191919. Windows color (decimal): -15785962 or 1449999. OLE color: 1449999.
HSL color Cylindrical-coordinate representation of color #0F2016: hue angle of 144.71º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F2016 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 32 | 22 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.87 |
| HSL | 144.71º | 0.36% | 0.09% | - |
| HSV(B) | 144.71º | 0.53% | 0.13% | - |
| XYZ | 0.86 | 1.19 | 0.94 | - |
| YUV | 25.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 22 | 0.53 | 0 | 0.31 | 0.87 | 144.71 | 0.36 | 0.09 |
| Hex | F | 20 | 16 | 35 | 0 | 1F | 57 | 91 | 24 | 9 |
| Octal | 17 | 40 | 26 | 65 | 0 | 37 | 127 | 221 | 44 | 11 |
| Binary | 1111 | 100000 | 10110 | 110101 | 0 | 11111 | 1010111 | 10010001 | 100100 | 1001 |
Color Harmonies of #0F2016
Complementary color
Monochromatic Colors of #0F2016
Black with #0F2016
Text Example
Text Example
White with #0F2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2016; }
p { color: rgb(15,32,22); }
H1.HeaderClassName
{
color: #0F2016;
}
.AnyTagClassName
{
color: #0F2016;
}
</style>
background-color css
<style>
a { background-color: #0F2016; }
a { background-color: rgb(15,32,22); }
div.DivClassName
{
background-color: #0F2016;
}
.BgClassName
{
background-color: #0F2016;
}
</style>
border-color css
<style>
span { border-color: #0F2016; }
span { border-color: rgb(15,32,22); }
td.TdClassName
{
border-color: #0F2016;
}
.TagClassName
{
border-color: #0F2016;
}
</style>