Shades of Cardin Green #0F3A28
Tints of Cardin Green #0F3A28
RGB
CMYK
RGB Variations
Color information
#0F3A28 (or 0x0F3A28) is known color: Cardin Green. HEX triplet: 0F, 3A and 28. RGB value is (15,58,40). Sum of RGB (Red+Green+Blue) = 15+58+40=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A28 is #F0C5D7. Grayscale: #2B2B2B. Windows color (decimal): -15779288 or 2636303. OLE color: 2636303.
HSL color Cylindrical-coordinate representation of color #0F3A28: hue angle of 154.88º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3A28 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 40 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.77 |
| HSL | 154.88º | 0.59% | 0.14% | - |
| HSV(B) | 154.88º | 0.74% | 0.23% | - |
| XYZ | 2.09 | 3.28 | 2.53 | - |
| YUV | 43.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 40 | 0.74 | 0 | 0.31 | 0.77 | 154.88 | 0.59 | 0.14 |
| Hex | F | 3A | 28 | 4A | 0 | 1F | 4D | 9B | 3B | E |
| Octal | 17 | 72 | 50 | 112 | 0 | 37 | 115 | 233 | 73 | 16 |
| Binary | 1111 | 111010 | 101000 | 1001010 | 0 | 11111 | 1001101 | 10011011 | 111011 | 1110 |
Color Harmonies of #0F3A28
Complementary color
Monochromatic Colors of #0F3A28
Black with #0F3A28
Text Example
Text Example
White with #0F3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A28; }
p { color: rgb(15,58,40); }
H1.HeaderClassName
{
color: #0F3A28;
}
.AnyTagClassName
{
color: #0F3A28;
}
</style>
background-color css
<style>
a { background-color: #0F3A28; }
a { background-color: rgb(15,58,40); }
div.DivClassName
{
background-color: #0F3A28;
}
.BgClassName
{
background-color: #0F3A28;
}
</style>
border-color css
<style>
span { border-color: #0F3A28; }
span { border-color: rgb(15,58,40); }
td.TdClassName
{
border-color: #0F3A28;
}
.TagClassName
{
border-color: #0F3A28;
}
</style>