Shades of Cardin Green #0F1B14
Tints of Cardin Green #0F1B14
RGB
CMYK
RGB Variations
Color information
#0F1B14 (or 0x0F1B14) is known color: Cardin Green. HEX triplet: 0F, 1B and 14. RGB value is (15,27,20). Sum of RGB (Red+Green+Blue) = 15+27+20=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B14 is #F0E4EB. Grayscale: #161616. Windows color (decimal): -15787244 or 1317647. OLE color: 1317647.
HSL color Cylindrical-coordinate representation of color #0F1B14: hue angle of 145º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F1B14 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 27 | 20 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.89 |
| HSL | 145º | 0.29% | 0.08% | - |
| HSV(B) | 145º | 0.44% | 0.11% | - |
| XYZ | 0.72 | 0.94 | 0.8 | - |
| YUV | 22.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 20 | 0.44 | 0 | 0.26 | 0.89 | 145 | 0.29 | 0.08 |
| Hex | F | 1B | 14 | 2C | 0 | 1A | 59 | 91 | 1D | 8 |
| Octal | 17 | 33 | 24 | 54 | 0 | 32 | 131 | 221 | 35 | 10 |
| Binary | 1111 | 11011 | 10100 | 101100 | 0 | 11010 | 1011001 | 10010001 | 11101 | 1000 |
Color Harmonies of #0F1B14
Complementary color
Monochromatic Colors of #0F1B14
Black with #0F1B14
Text Example
Text Example
White with #0F1B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1B14; }
p { color: rgb(15,27,20); }
H1.HeaderClassName
{
color: #0F1B14;
}
.AnyTagClassName
{
color: #0F1B14;
}
</style>
background-color css
<style>
a { background-color: #0F1B14; }
a { background-color: rgb(15,27,20); }
div.DivClassName
{
background-color: #0F1B14;
}
.BgClassName
{
background-color: #0F1B14;
}
</style>
border-color css
<style>
span { border-color: #0F1B14; }
span { border-color: rgb(15,27,20); }
td.TdClassName
{
border-color: #0F1B14;
}
.TagClassName
{
border-color: #0F1B14;
}
</style>