Shades of Green Vogue #2B4249
Tints of Green Vogue #2B4249
RGB
CMYK
RGB Variations
Color information
#2B4249 (or 0x2B4249) is known color: Green Vogue. HEX triplet: 2B, 42 and 49. RGB value is (43,66,73). Sum of RGB (Red+Green+Blue) = 43+66+73=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4249 is #D4BDB6. Grayscale: #3B3B3B. Windows color (decimal): -13942199 or 4801067. OLE color: 4801067.
HSL color Cylindrical-coordinate representation of color #2B4249: hue angle of 194º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4249 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 66 | 73 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.71 |
| HSL | 194º | 0.26% | 0.23% | - |
| HSV(B) | 194º | 0.41% | 0.29% | - |
| XYZ | 4.15 | 4.89 | 7.03 | - |
| YUV | 59.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 73 | 0.41 | 0.10 | 0 | 0.71 | 194 | 0.26 | 0.23 |
| Hex | 2B | 42 | 49 | 29 | A | 0 | 47 | C2 | 1A | 17 |
| Octal | 53 | 102 | 111 | 51 | 12 | 0 | 107 | 302 | 32 | 27 |
| Binary | 101011 | 1000010 | 1001001 | 101001 | 1010 | 0 | 1000111 | 11000010 | 11010 | 10111 |
Color Harmonies of #2B4249
Complementary color
Monochromatic Colors of #2B4249
Black with #2B4249
Text Example
Text Example
White with #2B4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4249; }
p { color: rgb(43,66,73); }
H1.HeaderClassName
{
color: #2B4249;
}
.AnyTagClassName
{
color: #2B4249;
}
</style>
background-color css
<style>
a { background-color: #2B4249; }
a { background-color: rgb(43,66,73); }
div.DivClassName
{
background-color: #2B4249;
}
.BgClassName
{
background-color: #2B4249;
}
</style>
border-color css
<style>
span { border-color: #2B4249; }
span { border-color: rgb(43,66,73); }
td.TdClassName
{
border-color: #2B4249;
}
.TagClassName
{
border-color: #2B4249;
}
</style>