Shades of Green Vogue #223E48
Tints of Green Vogue #223E48
RGB
CMYK
RGB Variations
Color information
#223E48 (or 0x223E48) is known color: Green Vogue. HEX triplet: 22, 3E and 48. RGB value is (34,62,72). Sum of RGB (Red+Green+Blue) = 34+62+72=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #223E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223E48 is #DDC1B7. Grayscale: #363636. Windows color (decimal): -14533048 or 4734498. OLE color: 4734498.
HSL color Cylindrical-coordinate representation of color #223E48: hue angle of 195.79º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #223E48 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 62 | 72 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.72 |
| HSL | 195.79º | 0.36% | 0.21% | - |
| HSV(B) | 195.79º | 0.53% | 0.28% | - |
| XYZ | 3.55 | 4.25 | 6.76 | - |
| YUV | 54.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 62 | 72 | 0.53 | 0.14 | 0 | 0.72 | 195.79 | 0.36 | 0.21 |
| Hex | 22 | 3E | 48 | 35 | E | 0 | 48 | C4 | 24 | 15 |
| Octal | 42 | 76 | 110 | 65 | 16 | 0 | 110 | 304 | 44 | 25 |
| Binary | 100010 | 111110 | 1001000 | 110101 | 1110 | 0 | 1001000 | 11000100 | 100100 | 10101 |
Color Harmonies of #223E48
Complementary color
Monochromatic Colors of #223E48
Black with #223E48
Text Example
Text Example
White with #223E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223E48; }
p { color: rgb(34,62,72); }
H1.HeaderClassName
{
color: #223E48;
}
.AnyTagClassName
{
color: #223E48;
}
</style>
background-color css
<style>
a { background-color: #223E48; }
a { background-color: rgb(34,62,72); }
div.DivClassName
{
background-color: #223E48;
}
.BgClassName
{
background-color: #223E48;
}
</style>
border-color css
<style>
span { border-color: #223E48; }
span { border-color: rgb(34,62,72); }
td.TdClassName
{
border-color: #223E48;
}
.TagClassName
{
border-color: #223E48;
}
</style>