Shades of Cardin Green #0F2618
Tints of Cardin Green #0F2618
RGB
CMYK
RGB Variations
Color information
#0F2618 (or 0x0F2618) is known color: Cardin Green. HEX triplet: 0F, 26 and 18. RGB value is (15,38,24). Sum of RGB (Red+Green+Blue) = 15+38+24=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2618 is #F0D9E7. Grayscale: #1D1D1D. Windows color (decimal): -15784424 or 1582607. OLE color: 1582607.
HSL color Cylindrical-coordinate representation of color #0F2618: hue angle of 143.48º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2618 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 24 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.85 |
| HSL | 143.48º | 0.43% | 0.1% | - |
| HSV(B) | 143.48º | 0.61% | 0.15% | - |
| XYZ | 1.05 | 1.55 | 1.11 | - |
| YUV | 29.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 24 | 0.61 | 0 | 0.37 | 0.85 | 143.48 | 0.43 | 0.1 |
| Hex | F | 26 | 18 | 3D | 0 | 25 | 55 | 8F | 2B | A |
| Octal | 17 | 46 | 30 | 75 | 0 | 45 | 125 | 217 | 53 | 12 |
| Binary | 1111 | 100110 | 11000 | 111101 | 0 | 100101 | 1010101 | 10001111 | 101011 | 1010 |
Color Harmonies of #0F2618
Complementary color
Monochromatic Colors of #0F2618
Black with #0F2618
Text Example
Text Example
White with #0F2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2618; }
p { color: rgb(15,38,24); }
H1.HeaderClassName
{
color: #0F2618;
}
.AnyTagClassName
{
color: #0F2618;
}
</style>
background-color css
<style>
a { background-color: #0F2618; }
a { background-color: rgb(15,38,24); }
div.DivClassName
{
background-color: #0F2618;
}
.BgClassName
{
background-color: #0F2618;
}
</style>
border-color css
<style>
span { border-color: #0F2618; }
span { border-color: rgb(15,38,24); }
td.TdClassName
{
border-color: #0F2618;
}
.TagClassName
{
border-color: #0F2618;
}
</style>