Shades of Green Vogue #233F4C
Tints of Green Vogue #233F4C
RGB
CMYK
RGB Variations
Color information
#233F4C (or 0x233F4C) is known color: Green Vogue. HEX triplet: 23, 3F and 4C. RGB value is (35,63,76). Sum of RGB (Red+Green+Blue) = 35+63+76=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #233F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F4C is #DCC0B3. Grayscale: #383838. Windows color (decimal): -14467252 or 4996899. OLE color: 4996899.
HSL color Cylindrical-coordinate representation of color #233F4C: hue angle of 199.02º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #233F4C is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 63 | 76 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.70 |
| HSL | 199.02º | 0.37% | 0.22% | - |
| HSV(B) | 199.02º | 0.54% | 0.3% | - |
| XYZ | 3.78 | 4.43 | 7.49 | - |
| YUV | 56.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 76 | 0.54 | 0.17 | 0 | 0.70 | 199.02 | 0.37 | 0.22 |
| Hex | 23 | 3F | 4C | 36 | 11 | 0 | 46 | C7 | 25 | 16 |
| Octal | 43 | 77 | 114 | 66 | 21 | 0 | 106 | 307 | 45 | 26 |
| Binary | 100011 | 111111 | 1001100 | 110110 | 10001 | 0 | 1000110 | 11000111 | 100101 | 10110 |
Color Harmonies of #233F4C
Complementary color
Monochromatic Colors of #233F4C
Black with #233F4C
Text Example
Text Example
White with #233F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F4C; }
p { color: rgb(35,63,76); }
H1.HeaderClassName
{
color: #233F4C;
}
.AnyTagClassName
{
color: #233F4C;
}
</style>
background-color css
<style>
a { background-color: #233F4C; }
a { background-color: rgb(35,63,76); }
div.DivClassName
{
background-color: #233F4C;
}
.BgClassName
{
background-color: #233F4C;
}
</style>
border-color css
<style>
span { border-color: #233F4C; }
span { border-color: rgb(35,63,76); }
td.TdClassName
{
border-color: #233F4C;
}
.TagClassName
{
border-color: #233F4C;
}
</style>