Shades of Green Vogue #0F3C4B
Tints of Green Vogue #0F3C4B
RGB
CMYK
RGB Variations
Color information
#0F3C4B (or 0x0F3C4B) is known color: Green Vogue. HEX triplet: 0F, 3C and 4B. RGB value is (15,60,75). Sum of RGB (Red+Green+Blue) = 15+60+75=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F3C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3C4B is #F0C3B4. Grayscale: #303030. Windows color (decimal): -15778741 or 4930575. OLE color: 4930575.
HSL color Cylindrical-coordinate representation of color #0F3C4B: hue angle of 195º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F3C4B is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 60 | 75 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.71 |
| HSL | 195º | 0.67% | 0.18% | - |
| HSV(B) | 195º | 0.8% | 0.29% | - |
| XYZ | 3.08 | 3.84 | 7.24 | - |
| YUV | 48.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 60 | 75 | 0.80 | 0.20 | 0 | 0.71 | 195 | 0.67 | 0.18 |
| Hex | F | 3C | 4B | 50 | 14 | 0 | 47 | C3 | 43 | 12 |
| Octal | 17 | 74 | 113 | 120 | 24 | 0 | 107 | 303 | 103 | 22 |
| Binary | 1111 | 111100 | 1001011 | 1010000 | 10100 | 0 | 1000111 | 11000011 | 1000011 | 10010 |
Color Harmonies of #0F3C4B
Complementary color
Monochromatic Colors of #0F3C4B
Black with #0F3C4B
Text Example
Text Example
White with #0F3C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3C4B; }
p { color: rgb(15,60,75); }
H1.HeaderClassName
{
color: #0F3C4B;
}
.AnyTagClassName
{
color: #0F3C4B;
}
</style>
background-color css
<style>
a { background-color: #0F3C4B; }
a { background-color: rgb(15,60,75); }
div.DivClassName
{
background-color: #0F3C4B;
}
.BgClassName
{
background-color: #0F3C4B;
}
</style>
border-color css
<style>
span { border-color: #0F3C4B; }
span { border-color: rgb(15,60,75); }
td.TdClassName
{
border-color: #0F3C4B;
}
.TagClassName
{
border-color: #0F3C4B;
}
</style>