Shades of Green Vogue #234049
Tints of Green Vogue #234049
RGB
CMYK
RGB Variations
Color information
#234049 (or 0x234049) is known color: Green Vogue. HEX triplet: 23, 40 and 49. RGB value is (35,64,73). Sum of RGB (Red+Green+Blue) = 35+64+73=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #234049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234049 is #DCBFB6. Grayscale: #383838. Windows color (decimal): -14466999 or 4800547. OLE color: 4800547.
HSL color Cylindrical-coordinate representation of color #234049: hue angle of 194.21º 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 #234049 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 64 | 73 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.71 |
| HSL | 194.21º | 0.35% | 0.21% | - |
| HSV(B) | 194.21º | 0.52% | 0.29% | - |
| XYZ | 3.73 | 4.51 | 6.98 | - |
| YUV | 56.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 73 | 0.52 | 0.12 | 0 | 0.71 | 194.21 | 0.35 | 0.21 |
| Hex | 23 | 40 | 49 | 34 | C | 0 | 47 | C2 | 23 | 15 |
| Octal | 43 | 100 | 111 | 64 | 14 | 0 | 107 | 302 | 43 | 25 |
| Binary | 100011 | 1000000 | 1001001 | 110100 | 1100 | 0 | 1000111 | 11000010 | 100011 | 10101 |
Color Harmonies of #234049
Complementary color
Monochromatic Colors of #234049
Black with #234049
Text Example
Text Example
White with #234049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234049; }
p { color: rgb(35,64,73); }
H1.HeaderClassName
{
color: #234049;
}
.AnyTagClassName
{
color: #234049;
}
</style>
background-color css
<style>
a { background-color: #234049; }
a { background-color: rgb(35,64,73); }
div.DivClassName
{
background-color: #234049;
}
.BgClassName
{
background-color: #234049;
}
</style>
border-color css
<style>
span { border-color: #234049; }
span { border-color: rgb(35,64,73); }
td.TdClassName
{
border-color: #234049;
}
.TagClassName
{
border-color: #234049;
}
</style>