Shades of Green Vogue #233F47
Tints of Green Vogue #233F47
RGB
CMYK
RGB Variations
Color information
#233F47 (or 0x233F47) is known color: Green Vogue. HEX triplet: 23, 3F and 47. RGB value is (35,63,71). Sum of RGB (Red+Green+Blue) = 35+63+71=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #233F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F47 is #DCC0B8. Grayscale: #373737. Windows color (decimal): -14467257 or 4669219. OLE color: 4669219.
HSL color Cylindrical-coordinate representation of color #233F47: hue angle of 193.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #233F47 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 63 | 71 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.72 |
| HSL | 193.33º | 0.34% | 0.21% | - |
| HSV(B) | 193.33º | 0.51% | 0.28% | - |
| XYZ | 3.61 | 4.37 | 6.61 | - |
| YUV | 55.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 71 | 0.51 | 0.11 | 0 | 0.72 | 193.33 | 0.34 | 0.21 |
| Hex | 23 | 3F | 47 | 33 | B | 0 | 48 | C1 | 22 | 15 |
| Octal | 43 | 77 | 107 | 63 | 13 | 0 | 110 | 301 | 42 | 25 |
| Binary | 100011 | 111111 | 1000111 | 110011 | 1011 | 0 | 1001000 | 11000001 | 100010 | 10101 |
Color Harmonies of #233F47
Complementary color
Monochromatic Colors of #233F47
Black with #233F47
Text Example
Text Example
White with #233F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F47; }
p { color: rgb(35,63,71); }
H1.HeaderClassName
{
color: #233F47;
}
.AnyTagClassName
{
color: #233F47;
}
</style>
background-color css
<style>
a { background-color: #233F47; }
a { background-color: rgb(35,63,71); }
div.DivClassName
{
background-color: #233F47;
}
.BgClassName
{
background-color: #233F47;
}
</style>
border-color css
<style>
span { border-color: #233F47; }
span { border-color: rgb(35,63,71); }
td.TdClassName
{
border-color: #233F47;
}
.TagClassName
{
border-color: #233F47;
}
</style>