Shades of Cardin Green #0F301E
Tints of Cardin Green #0F301E
RGB
CMYK
RGB Variations
Color information
#0F301E (or 0x0F301E) is known color: Cardin Green. HEX triplet: 0F, 30 and 1E. RGB value is (15,48,30). Sum of RGB (Red+Green+Blue) = 15+48+30=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #0F301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F301E is #F0CFE1. Grayscale: #242424. Windows color (decimal): -15781858 or 1978383. OLE color: 1978383.
HSL color Cylindrical-coordinate representation of color #0F301E: hue angle of 147.27º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F301E is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 48 | 30 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.81 |
| HSL | 147.27º | 0.52% | 0.12% | - |
| HSV(B) | 147.27º | 0.69% | 0.19% | - |
| XYZ | 1.49 | 2.31 | 1.6 | - |
| YUV | 36.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 30 | 0.69 | 0 | 0.37 | 0.81 | 147.27 | 0.52 | 0.12 |
| Hex | F | 30 | 1E | 45 | 0 | 25 | 51 | 93 | 34 | C |
| Octal | 17 | 60 | 36 | 105 | 0 | 45 | 121 | 223 | 64 | 14 |
| Binary | 1111 | 110000 | 11110 | 1000101 | 0 | 100101 | 1010001 | 10010011 | 110100 | 1100 |
Color Harmonies of #0F301E
Complementary color
Monochromatic Colors of #0F301E
Black with #0F301E
Text Example
Text Example
White with #0F301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F301E; }
p { color: rgb(15,48,30); }
H1.HeaderClassName
{
color: #0F301E;
}
.AnyTagClassName
{
color: #0F301E;
}
</style>
background-color css
<style>
a { background-color: #0F301E; }
a { background-color: rgb(15,48,30); }
div.DivClassName
{
background-color: #0F301E;
}
.BgClassName
{
background-color: #0F301E;
}
</style>
border-color css
<style>
span { border-color: #0F301E; }
span { border-color: rgb(15,48,30); }
td.TdClassName
{
border-color: #0F301E;
}
.TagClassName
{
border-color: #0F301E;
}
</style>