Shades of Cyprus #0F3D3C
Tints of Cyprus #0F3D3C
RGB
CMYK
RGB Variations
Color information
#0F3D3C (or 0x0F3D3C) is known color: Cyprus. HEX triplet: 0F, 3D and 3C. RGB value is (15,61,60). Sum of RGB (Red+Green+Blue) = 15+61+60=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3D3C is #F0C2C3. Grayscale: #2F2F2F. Windows color (decimal): -15778500 or 3947791. OLE color: 3947791.
HSL color Cylindrical-coordinate representation of color #0F3D3C: hue angle of 178.7º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3D3C is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 61 | 60 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.76 |
| HSL | 178.7º | 0.61% | 0.15% | - |
| HSV(B) | 178.7º | 0.75% | 0.24% | - |
| XYZ | 2.68 | 3.77 | 4.86 | - |
| YUV | 47.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 61 | 60 | 0.75 | 0 | 0.02 | 0.76 | 178.7 | 0.61 | 0.15 |
| Hex | F | 3D | 3C | 4B | 0 | 2 | 4C | B3 | 3D | F |
| Octal | 17 | 75 | 74 | 113 | 0 | 2 | 114 | 263 | 75 | 17 |
| Binary | 1111 | 111101 | 111100 | 1001011 | 0 | 10 | 1001100 | 10110011 | 111101 | 1111 |
Color Harmonies of #0F3D3C
Complementary color
Monochromatic Colors of #0F3D3C
Black with #0F3D3C
Text Example
Text Example
White with #0F3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3D3C; }
p { color: rgb(15,61,60); }
H1.HeaderClassName
{
color: #0F3D3C;
}
.AnyTagClassName
{
color: #0F3D3C;
}
</style>
background-color css
<style>
a { background-color: #0F3D3C; }
a { background-color: rgb(15,61,60); }
div.DivClassName
{
background-color: #0F3D3C;
}
.BgClassName
{
background-color: #0F3D3C;
}
</style>
border-color css
<style>
span { border-color: #0F3D3C; }
span { border-color: rgb(15,61,60); }
td.TdClassName
{
border-color: #0F3D3C;
}
.TagClassName
{
border-color: #0F3D3C;
}
</style>