Shades of Green Vogue #2B424A
Tints of Green Vogue #2B424A
RGB
CMYK
RGB Variations
Color information
#2B424A (or 0x2B424A) is known color: Green Vogue. HEX triplet: 2B, 42 and 4A. RGB value is (43,66,74). Sum of RGB (Red+Green+Blue) = 43+66+74=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B424A is #D4BDB5. Grayscale: #3B3B3B. Windows color (decimal): -13942198 or 4866603. OLE color: 4866603.
HSL color Cylindrical-coordinate representation of color #2B424A: hue angle of 195.48º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B424A is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 66 | 74 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.71 |
| HSL | 195.48º | 0.26% | 0.23% | - |
| HSV(B) | 195.48º | 0.42% | 0.29% | - |
| XYZ | 4.18 | 4.9 | 7.2 | - |
| YUV | 60.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 74 | 0.42 | 0.11 | 0 | 0.71 | 195.48 | 0.26 | 0.23 |
| Hex | 2B | 42 | 4A | 2A | B | 0 | 47 | C3 | 1A | 17 |
| Octal | 53 | 102 | 112 | 52 | 13 | 0 | 107 | 303 | 32 | 27 |
| Binary | 101011 | 1000010 | 1001010 | 101010 | 1011 | 0 | 1000111 | 11000011 | 11010 | 10111 |
Color Harmonies of #2B424A
Complementary color
Monochromatic Colors of #2B424A
Black with #2B424A
Text Example
Text Example
White with #2B424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B424A; }
p { color: rgb(43,66,74); }
H1.HeaderClassName
{
color: #2B424A;
}
.AnyTagClassName
{
color: #2B424A;
}
</style>
background-color css
<style>
a { background-color: #2B424A; }
a { background-color: rgb(43,66,74); }
div.DivClassName
{
background-color: #2B424A;
}
.BgClassName
{
background-color: #2B424A;
}
</style>
border-color css
<style>
span { border-color: #2B424A; }
span { border-color: rgb(43,66,74); }
td.TdClassName
{
border-color: #2B424A;
}
.TagClassName
{
border-color: #2B424A;
}
</style>