Shades of Green Vogue #2B414A
Tints of Green Vogue #2B414A
RGB
CMYK
RGB Variations
Color information
#2B414A (or 0x2B414A) is known color: Green Vogue. HEX triplet: 2B, 41 and 4A. RGB value is (43,65,74). Sum of RGB (Red+Green+Blue) = 43+65+74=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B414A is #D4BEB5. Grayscale: #3B3B3B. Windows color (decimal): -13942454 or 4866347. OLE color: 4866347.
HSL color Cylindrical-coordinate representation of color #2B414A: hue angle of 197.42º 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 #2B414A is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 65 | 74 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.71 |
| HSL | 197.42º | 0.26% | 0.23% | - |
| HSV(B) | 197.42º | 0.42% | 0.29% | - |
| XYZ | 4.12 | 4.79 | 7.19 | - |
| YUV | 59.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 74 | 0.42 | 0.12 | 0 | 0.71 | 197.42 | 0.26 | 0.23 |
| Hex | 2B | 41 | 4A | 2A | C | 0 | 47 | C5 | 1A | 17 |
| Octal | 53 | 101 | 112 | 52 | 14 | 0 | 107 | 305 | 32 | 27 |
| Binary | 101011 | 1000001 | 1001010 | 101010 | 1100 | 0 | 1000111 | 11000101 | 11010 | 10111 |
Color Harmonies of #2B414A
Complementary color
Monochromatic Colors of #2B414A
Black with #2B414A
Text Example
Text Example
White with #2B414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B414A; }
p { color: rgb(43,65,74); }
H1.HeaderClassName
{
color: #2B414A;
}
.AnyTagClassName
{
color: #2B414A;
}
</style>
background-color css
<style>
a { background-color: #2B414A; }
a { background-color: rgb(43,65,74); }
div.DivClassName
{
background-color: #2B414A;
}
.BgClassName
{
background-color: #2B414A;
}
</style>
border-color css
<style>
span { border-color: #2B414A; }
span { border-color: rgb(43,65,74); }
td.TdClassName
{
border-color: #2B414A;
}
.TagClassName
{
border-color: #2B414A;
}
</style>