Shades of Green Vogue #12434F
Tints of Green Vogue #12434F
RGB
CMYK
RGB Variations
Color information
#12434F (or 0x12434F) is known color: Green Vogue. HEX triplet: 12, 43 and 4F. RGB value is (18,67,79). Sum of RGB (Red+Green+Blue) = 18+67+79=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #12434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12434F is #EDBCB0. Grayscale: #353535. Windows color (decimal): -15580337 or 5194514. OLE color: 5194514.
HSL color Cylindrical-coordinate representation of color #12434F: hue angle of 191.8º 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 #12434F is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 67 | 79 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.69 |
| HSL | 191.8º | 0.63% | 0.19% | - |
| HSV(B) | 191.8º | 0.77% | 0.31% | - |
| XYZ | 3.67 | 4.71 | 8.11 | - |
| YUV | 53.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 79 | 0.77 | 0.15 | 0 | 0.69 | 191.8 | 0.63 | 0.19 |
| Hex | 12 | 43 | 4F | 4D | F | 0 | 45 | C0 | 3F | 13 |
| Octal | 22 | 103 | 117 | 115 | 17 | 0 | 105 | 300 | 77 | 23 |
| Binary | 10010 | 1000011 | 1001111 | 1001101 | 1111 | 0 | 1000101 | 11000000 | 111111 | 10011 |
Color Harmonies of #12434F
Complementary color
Monochromatic Colors of #12434F
Black with #12434F
Text Example
Text Example
White with #12434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12434F; }
p { color: rgb(18,67,79); }
H1.HeaderClassName
{
color: #12434F;
}
.AnyTagClassName
{
color: #12434F;
}
</style>
background-color css
<style>
a { background-color: #12434F; }
a { background-color: rgb(18,67,79); }
div.DivClassName
{
background-color: #12434F;
}
.BgClassName
{
background-color: #12434F;
}
</style>
border-color css
<style>
span { border-color: #12434F; }
span { border-color: rgb(18,67,79); }
td.TdClassName
{
border-color: #12434F;
}
.TagClassName
{
border-color: #12434F;
}
</style>