Shades of Cardin Green #0F3223
Tints of Cardin Green #0F3223
RGB
CMYK
RGB Variations
Color information
#0F3223 (or 0x0F3223) is known color: Cardin Green. HEX triplet: 0F, 32 and 23. RGB value is (15,50,35). Sum of RGB (Red+Green+Blue) = 15+50+35=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3223 is #F0CDDC. Grayscale: #252525. Windows color (decimal): -15781341 or 2306575. OLE color: 2306575.
HSL color Cylindrical-coordinate representation of color #0F3223: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3223 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 35 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.80 |
| HSL | 154.29º | 0.54% | 0.13% | - |
| HSV(B) | 154.29º | 0.7% | 0.2% | - |
| XYZ | 1.64 | 2.5 | 1.99 | - |
| YUV | 37.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 35 | 0.70 | 0 | 0.30 | 0.80 | 154.29 | 0.54 | 0.13 |
| Hex | F | 32 | 23 | 46 | 0 | 1E | 50 | 9A | 36 | D |
| Octal | 17 | 62 | 43 | 106 | 0 | 36 | 120 | 232 | 66 | 15 |
| Binary | 1111 | 110010 | 100011 | 1000110 | 0 | 11110 | 1010000 | 10011010 | 110110 | 1101 |
Color Harmonies of #0F3223
Complementary color
Monochromatic Colors of #0F3223
Black with #0F3223
Text Example
Text Example
White with #0F3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3223; }
p { color: rgb(15,50,35); }
H1.HeaderClassName
{
color: #0F3223;
}
.AnyTagClassName
{
color: #0F3223;
}
</style>
background-color css
<style>
a { background-color: #0F3223; }
a { background-color: rgb(15,50,35); }
div.DivClassName
{
background-color: #0F3223;
}
.BgClassName
{
background-color: #0F3223;
}
</style>
border-color css
<style>
span { border-color: #0F3223; }
span { border-color: rgb(15,50,35); }
td.TdClassName
{
border-color: #0F3223;
}
.TagClassName
{
border-color: #0F3223;
}
</style>