Shades of Green Vogue #2A444D
Tints of Green Vogue #2A444D
RGB
CMYK
RGB Variations
Color information
#2A444D (or 0x2A444D) is known color: Green Vogue. HEX triplet: 2A, 44 and 4D. RGB value is (42,68,77). Sum of RGB (Red+Green+Blue) = 42+68+77=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A444D is #D5BBB2. Grayscale: #3D3D3D. Windows color (decimal): -14007219 or 5063722. OLE color: 5063722.
HSL color Cylindrical-coordinate representation of color #2A444D: hue angle of 195.43º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A444D is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 68 | 77 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.70 |
| HSL | 195.43º | 0.29% | 0.23% | - |
| HSV(B) | 195.43º | 0.45% | 0.3% | - |
| XYZ | 4.36 | 5.16 | 7.79 | - |
| YUV | 61.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 77 | 0.45 | 0.12 | 0 | 0.70 | 195.43 | 0.29 | 0.23 |
| Hex | 2A | 44 | 4D | 2D | C | 0 | 46 | C3 | 1D | 17 |
| Octal | 52 | 104 | 115 | 55 | 14 | 0 | 106 | 303 | 35 | 27 |
| Binary | 101010 | 1000100 | 1001101 | 101101 | 1100 | 0 | 1000110 | 11000011 | 11101 | 10111 |
Color Harmonies of #2A444D
Complementary color
Monochromatic Colors of #2A444D
Black with #2A444D
Text Example
Text Example
White with #2A444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A444D; }
p { color: rgb(42,68,77); }
H1.HeaderClassName
{
color: #2A444D;
}
.AnyTagClassName
{
color: #2A444D;
}
</style>
background-color css
<style>
a { background-color: #2A444D; }
a { background-color: rgb(42,68,77); }
div.DivClassName
{
background-color: #2A444D;
}
.BgClassName
{
background-color: #2A444D;
}
</style>
border-color css
<style>
span { border-color: #2A444D; }
span { border-color: rgb(42,68,77); }
td.TdClassName
{
border-color: #2A444D;
}
.TagClassName
{
border-color: #2A444D;
}
</style>