Shades of Green Vogue #2B434E
Tints of Green Vogue #2B434E
RGB
CMYK
RGB Variations
Color information
#2B434E (or 0x2B434E) is known color: Green Vogue. HEX triplet: 2B, 43 and 4E. RGB value is (43,67,78). Sum of RGB (Red+Green+Blue) = 43+67+78=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B434E is #D4BCB1. Grayscale: #3D3D3D. Windows color (decimal): -13941938 or 5129003. OLE color: 5129003.
HSL color Cylindrical-coordinate representation of color #2B434E: hue angle of 198.86º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B434E is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 67 | 78 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.69 |
| HSL | 198.86º | 0.29% | 0.24% | - |
| HSV(B) | 198.86º | 0.45% | 0.31% | - |
| XYZ | 4.38 | 5.08 | 7.96 | - |
| YUV | 61.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 78 | 0.45 | 0.14 | 0 | 0.69 | 198.86 | 0.29 | 0.24 |
| Hex | 2B | 43 | 4E | 2D | E | 0 | 45 | C7 | 1D | 18 |
| Octal | 53 | 103 | 116 | 55 | 16 | 0 | 105 | 307 | 35 | 30 |
| Binary | 101011 | 1000011 | 1001110 | 101101 | 1110 | 0 | 1000101 | 11000111 | 11101 | 11000 |
Color Harmonies of #2B434E
Complementary color
Monochromatic Colors of #2B434E
Black with #2B434E
Text Example
Text Example
White with #2B434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B434E; }
p { color: rgb(43,67,78); }
H1.HeaderClassName
{
color: #2B434E;
}
.AnyTagClassName
{
color: #2B434E;
}
</style>
background-color css
<style>
a { background-color: #2B434E; }
a { background-color: rgb(43,67,78); }
div.DivClassName
{
background-color: #2B434E;
}
.BgClassName
{
background-color: #2B434E;
}
</style>
border-color css
<style>
span { border-color: #2B434E; }
span { border-color: rgb(43,67,78); }
td.TdClassName
{
border-color: #2B434E;
}
.TagClassName
{
border-color: #2B434E;
}
</style>