Shades of Cardin Green #0F3823
Tints of Cardin Green #0F3823
RGB
CMYK
RGB Variations
Color information
#0F3823 (or 0x0F3823) is known color: Cardin Green. HEX triplet: 0F, 38 and 23. RGB value is (15,56,35). Sum of RGB (Red+Green+Blue) = 15+56+35=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #0F3823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3823 is #F0C7DC. Grayscale: #292929. Windows color (decimal): -15779805 or 2308111. OLE color: 2308111.
HSL color Cylindrical-coordinate representation of color #0F3823: hue angle of 149.27º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3823 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 56 | 35 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.78 |
| HSL | 149.27º | 0.58% | 0.14% | - |
| HSV(B) | 149.27º | 0.73% | 0.22% | - |
| XYZ | 1.91 | 3.05 | 2.08 | - |
| YUV | 41.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 35 | 0.73 | 0 | 0.37 | 0.78 | 149.27 | 0.58 | 0.14 |
| Hex | F | 38 | 23 | 49 | 0 | 25 | 4E | 95 | 3A | E |
| Octal | 17 | 70 | 43 | 111 | 0 | 45 | 116 | 225 | 72 | 16 |
| Binary | 1111 | 111000 | 100011 | 1001001 | 0 | 100101 | 1001110 | 10010101 | 111010 | 1110 |
Color Harmonies of #0F3823
Complementary color
Monochromatic Colors of #0F3823
Black with #0F3823
Text Example
Text Example
White with #0F3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3823; }
p { color: rgb(15,56,35); }
H1.HeaderClassName
{
color: #0F3823;
}
.AnyTagClassName
{
color: #0F3823;
}
</style>
background-color css
<style>
a { background-color: #0F3823; }
a { background-color: rgb(15,56,35); }
div.DivClassName
{
background-color: #0F3823;
}
.BgClassName
{
background-color: #0F3823;
}
</style>
border-color css
<style>
span { border-color: #0F3823; }
span { border-color: rgb(15,56,35); }
td.TdClassName
{
border-color: #0F3823;
}
.TagClassName
{
border-color: #0F3823;
}
</style>