Shades of Cardin Green #0F281B
Tints of Cardin Green #0F281B
RGB
CMYK
RGB Variations
Color information
#0F281B (or 0x0F281B) is known color: Cardin Green. HEX triplet: 0F, 28 and 1B. RGB value is (15,40,27). Sum of RGB (Red+Green+Blue) = 15+40+27=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #0F281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F281B is #F0D7E4. Grayscale: #1F1F1F. Windows color (decimal): -15783909 or 1779727. OLE color: 1779727.
HSL color Cylindrical-coordinate representation of color #0F281B: hue angle of 148.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F281B is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 40 | 27 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.84 |
| HSL | 148.8º | 0.45% | 0.11% | - |
| HSV(B) | 148.8º | 0.63% | 0.16% | - |
| XYZ | 1.15 | 1.7 | 1.3 | - |
| YUV | 31.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 27 | 0.62 | 0 | 0.33 | 0.84 | 148.8 | 0.45 | 0.11 |
| Hex | F | 28 | 1B | 3E | 0 | 21 | 54 | 95 | 2D | B |
| Octal | 17 | 50 | 33 | 76 | 0 | 41 | 124 | 225 | 55 | 13 |
| Binary | 1111 | 101000 | 11011 | 111110 | 0 | 100001 | 1010100 | 10010101 | 101101 | 1011 |
Color Harmonies of #0F281B
Complementary color
Monochromatic Colors of #0F281B
Black with #0F281B
Text Example
Text Example
White with #0F281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F281B; }
p { color: rgb(15,40,27); }
H1.HeaderClassName
{
color: #0F281B;
}
.AnyTagClassName
{
color: #0F281B;
}
</style>
background-color css
<style>
a { background-color: #0F281B; }
a { background-color: rgb(15,40,27); }
div.DivClassName
{
background-color: #0F281B;
}
.BgClassName
{
background-color: #0F281B;
}
</style>
border-color css
<style>
span { border-color: #0F281B; }
span { border-color: rgb(15,40,27); }
td.TdClassName
{
border-color: #0F281B;
}
.TagClassName
{
border-color: #0F281B;
}
</style>