Shades of Cardin Green #0F3521
Tints of Cardin Green #0F3521
RGB
CMYK
RGB Variations
Color information
#0F3521 (or 0x0F3521) is known color: Cardin Green. HEX triplet: 0F, 35 and 21. RGB value is (15,53,33). Sum of RGB (Red+Green+Blue) = 15+53+33=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3521 is #F0CADE. Grayscale: #272727. Windows color (decimal): -15780575 or 2176271. OLE color: 2176271.
HSL color Cylindrical-coordinate representation of color #0F3521: hue angle of 148.42º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3521 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 33 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.79 |
| HSL | 148.42º | 0.56% | 0.13% | - |
| HSV(B) | 148.42º | 0.72% | 0.21% | - |
| XYZ | 1.74 | 2.76 | 1.88 | - |
| YUV | 39.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 33 | 0.72 | 0 | 0.38 | 0.79 | 148.42 | 0.56 | 0.13 |
| Hex | F | 35 | 21 | 48 | 0 | 26 | 4F | 94 | 38 | D |
| Octal | 17 | 65 | 41 | 110 | 0 | 46 | 117 | 224 | 70 | 15 |
| Binary | 1111 | 110101 | 100001 | 1001000 | 0 | 100110 | 1001111 | 10010100 | 111000 | 1101 |
Color Harmonies of #0F3521
Complementary color
Monochromatic Colors of #0F3521
Black with #0F3521
Text Example
Text Example
White with #0F3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3521; }
p { color: rgb(15,53,33); }
H1.HeaderClassName
{
color: #0F3521;
}
.AnyTagClassName
{
color: #0F3521;
}
</style>
background-color css
<style>
a { background-color: #0F3521; }
a { background-color: rgb(15,53,33); }
div.DivClassName
{
background-color: #0F3521;
}
.BgClassName
{
background-color: #0F3521;
}
</style>
border-color css
<style>
span { border-color: #0F3521; }
span { border-color: rgb(15,53,33); }
td.TdClassName
{
border-color: #0F3521;
}
.TagClassName
{
border-color: #0F3521;
}
</style>