Shades of Green Vogue #2B4349
Tints of Green Vogue #2B4349
RGB
CMYK
RGB Variations
Color information
#2B4349 (or 0x2B4349) is known color: Green Vogue. HEX triplet: 2B, 43 and 49. RGB value is (43,67,73). Sum of RGB (Red+Green+Blue) = 43+67+73=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B4349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4349 is #D4BCB6. Grayscale: #3C3C3C. Windows color (decimal): -13941943 or 4801323. OLE color: 4801323.
HSL color Cylindrical-coordinate representation of color #2B4349: hue angle of 192º 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 #2B4349 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 67 | 73 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.71 |
| HSL | 192º | 0.26% | 0.23% | - |
| HSV(B) | 192º | 0.41% | 0.29% | - |
| XYZ | 4.21 | 5.01 | 7.05 | - |
| YUV | 60.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 73 | 0.41 | 0.08 | 0 | 0.71 | 192 | 0.26 | 0.23 |
| Hex | 2B | 43 | 49 | 29 | 8 | 0 | 47 | C0 | 1A | 17 |
| Octal | 53 | 103 | 111 | 51 | 10 | 0 | 107 | 300 | 32 | 27 |
| Binary | 101011 | 1000011 | 1001001 | 101001 | 1000 | 0 | 1000111 | 11000000 | 11010 | 10111 |
Color Harmonies of #2B4349
Complementary color
Monochromatic Colors of #2B4349
Black with #2B4349
Text Example
Text Example
White with #2B4349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4349; }
p { color: rgb(43,67,73); }
H1.HeaderClassName
{
color: #2B4349;
}
.AnyTagClassName
{
color: #2B4349;
}
</style>
background-color css
<style>
a { background-color: #2B4349; }
a { background-color: rgb(43,67,73); }
div.DivClassName
{
background-color: #2B4349;
}
.BgClassName
{
background-color: #2B4349;
}
</style>
border-color css
<style>
span { border-color: #2B4349; }
span { border-color: rgb(43,67,73); }
td.TdClassName
{
border-color: #2B4349;
}
.TagClassName
{
border-color: #2B4349;
}
</style>