Shades of Green Vogue #12424F
Tints of Green Vogue #12424F
RGB
CMYK
RGB Variations
Color information
#12424F (or 0x12424F) is known color: Green Vogue. HEX triplet: 12, 42 and 4F. RGB value is (18,66,79). Sum of RGB (Red+Green+Blue) = 18+66+79=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #12424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12424F is #EDBDB0. Grayscale: #353535. Windows color (decimal): -15580593 or 5194258. OLE color: 5194258.
HSL color Cylindrical-coordinate representation of color #12424F: hue angle of 192.79º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12424F is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 66 | 79 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.69 |
| HSL | 192.79º | 0.63% | 0.19% | - |
| HSV(B) | 192.79º | 0.77% | 0.31% | - |
| XYZ | 3.61 | 4.59 | 8.09 | - |
| YUV | 53.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 79 | 0.77 | 0.16 | 0 | 0.69 | 192.79 | 0.63 | 0.19 |
| Hex | 12 | 42 | 4F | 4D | 10 | 0 | 45 | C1 | 3F | 13 |
| Octal | 22 | 102 | 117 | 115 | 20 | 0 | 105 | 301 | 77 | 23 |
| Binary | 10010 | 1000010 | 1001111 | 1001101 | 10000 | 0 | 1000101 | 11000001 | 111111 | 10011 |
Color Harmonies of #12424F
Complementary color
Monochromatic Colors of #12424F
Black with #12424F
Text Example
Text Example
White with #12424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12424F; }
p { color: rgb(18,66,79); }
H1.HeaderClassName
{
color: #12424F;
}
.AnyTagClassName
{
color: #12424F;
}
</style>
background-color css
<style>
a { background-color: #12424F; }
a { background-color: rgb(18,66,79); }
div.DivClassName
{
background-color: #12424F;
}
.BgClassName
{
background-color: #12424F;
}
</style>
border-color css
<style>
span { border-color: #12424F; }
span { border-color: rgb(18,66,79); }
td.TdClassName
{
border-color: #12424F;
}
.TagClassName
{
border-color: #12424F;
}
</style>