Shades of Green Vogue #233F4A
Tints of Green Vogue #233F4A
RGB
CMYK
RGB Variations
Color information
#233F4A (or 0x233F4A) is known color: Green Vogue. HEX triplet: 23, 3F and 4A. RGB value is (35,63,74). Sum of RGB (Red+Green+Blue) = 35+63+74=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #233F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F4A is #DCC0B5. Grayscale: #373737. Windows color (decimal): -14467254 or 4865827. OLE color: 4865827.
HSL color Cylindrical-coordinate representation of color #233F4A: hue angle of 196.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #233F4A is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 63 | 74 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.71 |
| HSL | 196.92º | 0.36% | 0.21% | - |
| HSV(B) | 196.92º | 0.53% | 0.29% | - |
| XYZ | 3.71 | 4.41 | 7.13 | - |
| YUV | 55.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 74 | 0.53 | 0.15 | 0 | 0.71 | 196.92 | 0.36 | 0.21 |
| Hex | 23 | 3F | 4A | 35 | F | 0 | 47 | C5 | 24 | 15 |
| Octal | 43 | 77 | 112 | 65 | 17 | 0 | 107 | 305 | 44 | 25 |
| Binary | 100011 | 111111 | 1001010 | 110101 | 1111 | 0 | 1000111 | 11000101 | 100100 | 10101 |
Color Harmonies of #233F4A
Complementary color
Monochromatic Colors of #233F4A
Black with #233F4A
Text Example
Text Example
White with #233F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F4A; }
p { color: rgb(35,63,74); }
H1.HeaderClassName
{
color: #233F4A;
}
.AnyTagClassName
{
color: #233F4A;
}
</style>
background-color css
<style>
a { background-color: #233F4A; }
a { background-color: rgb(35,63,74); }
div.DivClassName
{
background-color: #233F4A;
}
.BgClassName
{
background-color: #233F4A;
}
</style>
border-color css
<style>
span { border-color: #233F4A; }
span { border-color: rgb(35,63,74); }
td.TdClassName
{
border-color: #233F4A;
}
.TagClassName
{
border-color: #233F4A;
}
</style>