Shades of Cardin Green #0F3221
Tints of Cardin Green #0F3221
RGB
CMYK
RGB Variations
Color information
#0F3221 (or 0x0F3221) is known color: Cardin Green. HEX triplet: 0F, 32 and 21. RGB value is (15,50,33). Sum of RGB (Red+Green+Blue) = 15+50+33=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3221 is #F0CDDE. Grayscale: #252525. Windows color (decimal): -15781343 or 2175503. OLE color: 2175503.
HSL color Cylindrical-coordinate representation of color #0F3221: hue angle of 150.86º 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 #0F3221 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 33 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.80 |
| HSL | 150.86º | 0.54% | 0.13% | - |
| HSV(B) | 150.86º | 0.7% | 0.2% | - |
| XYZ | 1.61 | 2.49 | 1.83 | - |
| YUV | 37.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 33 | 0.70 | 0 | 0.34 | 0.80 | 150.86 | 0.54 | 0.13 |
| Hex | F | 32 | 21 | 46 | 0 | 22 | 50 | 97 | 36 | D |
| Octal | 17 | 62 | 41 | 106 | 0 | 42 | 120 | 227 | 66 | 15 |
| Binary | 1111 | 110010 | 100001 | 1000110 | 0 | 100010 | 1010000 | 10010111 | 110110 | 1101 |
Color Harmonies of #0F3221
Complementary color
Monochromatic Colors of #0F3221
Black with #0F3221
Text Example
Text Example
White with #0F3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3221; }
p { color: rgb(15,50,33); }
H1.HeaderClassName
{
color: #0F3221;
}
.AnyTagClassName
{
color: #0F3221;
}
</style>
background-color css
<style>
a { background-color: #0F3221; }
a { background-color: rgb(15,50,33); }
div.DivClassName
{
background-color: #0F3221;
}
.BgClassName
{
background-color: #0F3221;
}
</style>
border-color css
<style>
span { border-color: #0F3221; }
span { border-color: rgb(15,50,33); }
td.TdClassName
{
border-color: #0F3221;
}
.TagClassName
{
border-color: #0F3221;
}
</style>