Shades of Green Vogue #2B424C
Tints of Green Vogue #2B424C
RGB
CMYK
RGB Variations
Color information
#2B424C (or 0x2B424C) is known color: Green Vogue. HEX triplet: 2B, 42 and 4C. RGB value is (43,66,76). Sum of RGB (Red+Green+Blue) = 43+66+76=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B424C is #D4BDB3. Grayscale: #3C3C3C. Windows color (decimal): -13942196 or 4997675. OLE color: 4997675.
HSL color Cylindrical-coordinate representation of color #2B424C: hue angle of 198.18º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B424C is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 66 | 76 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.70 |
| HSL | 198.18º | 0.28% | 0.23% | - |
| HSV(B) | 198.18º | 0.43% | 0.3% | - |
| XYZ | 4.25 | 4.93 | 7.57 | - |
| YUV | 60.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 76 | 0.43 | 0.13 | 0 | 0.70 | 198.18 | 0.28 | 0.23 |
| Hex | 2B | 42 | 4C | 2B | D | 0 | 46 | C6 | 1C | 17 |
| Octal | 53 | 102 | 114 | 53 | 15 | 0 | 106 | 306 | 34 | 27 |
| Binary | 101011 | 1000010 | 1001100 | 101011 | 1101 | 0 | 1000110 | 11000110 | 11100 | 10111 |
Color Harmonies of #2B424C
Complementary color
Monochromatic Colors of #2B424C
Black with #2B424C
Text Example
Text Example
White with #2B424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B424C; }
p { color: rgb(43,66,76); }
H1.HeaderClassName
{
color: #2B424C;
}
.AnyTagClassName
{
color: #2B424C;
}
</style>
background-color css
<style>
a { background-color: #2B424C; }
a { background-color: rgb(43,66,76); }
div.DivClassName
{
background-color: #2B424C;
}
.BgClassName
{
background-color: #2B424C;
}
</style>
border-color css
<style>
span { border-color: #2B424C; }
span { border-color: rgb(43,66,76); }
td.TdClassName
{
border-color: #2B424C;
}
.TagClassName
{
border-color: #2B424C;
}
</style>