Shades of Green Vogue #234249
Tints of Green Vogue #234249
RGB
CMYK
RGB Variations
Color information
#234249 (or 0x234249) is known color: Green Vogue. HEX triplet: 23, 42 and 49. RGB value is (35,66,73). Sum of RGB (Red+Green+Blue) = 35+66+73=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #234249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234249 is #DCBDB6. Grayscale: #393939. Windows color (decimal): -14466487 or 4801059. OLE color: 4801059.
HSL color Cylindrical-coordinate representation of color #234249: hue angle of 191.05º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #234249 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 66 | 73 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.71 |
| HSL | 191.05º | 0.35% | 0.21% | - |
| HSV(B) | 191.05º | 0.52% | 0.29% | - |
| XYZ | 3.84 | 4.73 | 7.01 | - |
| YUV | 57.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 73 | 0.52 | 0.10 | 0 | 0.71 | 191.05 | 0.35 | 0.21 |
| Hex | 23 | 42 | 49 | 34 | A | 0 | 47 | BF | 23 | 15 |
| Octal | 43 | 102 | 111 | 64 | 12 | 0 | 107 | 277 | 43 | 25 |
| Binary | 100011 | 1000010 | 1001001 | 110100 | 1010 | 0 | 1000111 | 10111111 | 100011 | 10101 |
Color Harmonies of #234249
Complementary color
Monochromatic Colors of #234249
Black with #234249
Text Example
Text Example
White with #234249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234249; }
p { color: rgb(35,66,73); }
H1.HeaderClassName
{
color: #234249;
}
.AnyTagClassName
{
color: #234249;
}
</style>
background-color css
<style>
a { background-color: #234249; }
a { background-color: rgb(35,66,73); }
div.DivClassName
{
background-color: #234249;
}
.BgClassName
{
background-color: #234249;
}
</style>
border-color css
<style>
span { border-color: #234249; }
span { border-color: rgb(35,66,73); }
td.TdClassName
{
border-color: #234249;
}
.TagClassName
{
border-color: #234249;
}
</style>