Shades of Cardin Green #0F2417
Tints of Cardin Green #0F2417
RGB
CMYK
RGB Variations
Color information
#0F2417 (or 0x0F2417) is known color: Cardin Green. HEX triplet: 0F, 24 and 17. RGB value is (15,36,23). Sum of RGB (Red+Green+Blue) = 15+36+23=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2417 is #F0DBE8. Grayscale: #1C1C1C. Windows color (decimal): -15784937 or 1516559. OLE color: 1516559.
HSL color Cylindrical-coordinate representation of color #0F2417: hue angle of 142.86º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F2417 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 36 | 23 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.86 |
| HSL | 142.86º | 0.41% | 0.1% | - |
| HSV(B) | 142.86º | 0.58% | 0.14% | - |
| XYZ | 0.98 | 1.43 | 1.03 | - |
| YUV | 28.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 23 | 0.58 | 0 | 0.36 | 0.86 | 142.86 | 0.41 | 0.1 |
| Hex | F | 24 | 17 | 3A | 0 | 24 | 56 | 8F | 29 | A |
| Octal | 17 | 44 | 27 | 72 | 0 | 44 | 126 | 217 | 51 | 12 |
| Binary | 1111 | 100100 | 10111 | 111010 | 0 | 100100 | 1010110 | 10001111 | 101001 | 1010 |
Color Harmonies of #0F2417
Complementary color
Monochromatic Colors of #0F2417
Black with #0F2417
Text Example
Text Example
White with #0F2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2417; }
p { color: rgb(15,36,23); }
H1.HeaderClassName
{
color: #0F2417;
}
.AnyTagClassName
{
color: #0F2417;
}
</style>
background-color css
<style>
a { background-color: #0F2417; }
a { background-color: rgb(15,36,23); }
div.DivClassName
{
background-color: #0F2417;
}
.BgClassName
{
background-color: #0F2417;
}
</style>
border-color css
<style>
span { border-color: #0F2417; }
span { border-color: rgb(15,36,23); }
td.TdClassName
{
border-color: #0F2417;
}
.TagClassName
{
border-color: #0F2417;
}
</style>