Shades of Green Vogue #234048
Tints of Green Vogue #234048
RGB
CMYK
RGB Variations
Color information
#234048 (or 0x234048) is known color: Green Vogue. HEX triplet: 23, 40 and 48. RGB value is (35,64,72). Sum of RGB (Red+Green+Blue) = 35+64+72=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #234048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234048 is #DCBFB7. Grayscale: #383838. Windows color (decimal): -14467000 or 4735011. OLE color: 4735011.
HSL color Cylindrical-coordinate representation of color #234048: hue angle of 192.97º degrees, saturation: 0.35, 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 #234048 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 64 | 72 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.72 |
| HSL | 192.97º | 0.35% | 0.21% | - |
| HSV(B) | 192.97º | 0.51% | 0.28% | - |
| XYZ | 3.7 | 4.49 | 6.8 | - |
| YUV | 56.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 72 | 0.51 | 0.11 | 0 | 0.72 | 192.97 | 0.35 | 0.21 |
| Hex | 23 | 40 | 48 | 33 | B | 0 | 48 | C1 | 23 | 15 |
| Octal | 43 | 100 | 110 | 63 | 13 | 0 | 110 | 301 | 43 | 25 |
| Binary | 100011 | 1000000 | 1001000 | 110011 | 1011 | 0 | 1001000 | 11000001 | 100011 | 10101 |
Color Harmonies of #234048
Complementary color
Monochromatic Colors of #234048
Black with #234048
Text Example
Text Example
White with #234048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234048; }
p { color: rgb(35,64,72); }
H1.HeaderClassName
{
color: #234048;
}
.AnyTagClassName
{
color: #234048;
}
</style>
background-color css
<style>
a { background-color: #234048; }
a { background-color: rgb(35,64,72); }
div.DivClassName
{
background-color: #234048;
}
.BgClassName
{
background-color: #234048;
}
</style>
border-color css
<style>
span { border-color: #234048; }
span { border-color: rgb(35,64,72); }
td.TdClassName
{
border-color: #234048;
}
.TagClassName
{
border-color: #234048;
}
</style>