Shades of Green Vogue #2A4149
Tints of Green Vogue #2A4149
RGB
CMYK
RGB Variations
Color information
#2A4149 (or 0x2A4149) is known color: Green Vogue. HEX triplet: 2A, 41 and 49. RGB value is (42,65,73). Sum of RGB (Red+Green+Blue) = 42+65+73=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A4149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4149 is #D5BEB6. Grayscale: #3A3A3A. Windows color (decimal): -14007991 or 4800810. OLE color: 4800810.
HSL color Cylindrical-coordinate representation of color #2A4149: hue angle of 195.48º degrees, saturation: 0.27, 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 #2A4149 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 65 | 73 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.71 |
| HSL | 195.48º | 0.27% | 0.23% | - |
| HSV(B) | 195.48º | 0.42% | 0.29% | - |
| XYZ | 4.05 | 4.75 | 7.01 | - |
| YUV | 59.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 73 | 0.42 | 0.11 | 0 | 0.71 | 195.48 | 0.27 | 0.23 |
| Hex | 2A | 41 | 49 | 2A | B | 0 | 47 | C3 | 1B | 17 |
| Octal | 52 | 101 | 111 | 52 | 13 | 0 | 107 | 303 | 33 | 27 |
| Binary | 101010 | 1000001 | 1001001 | 101010 | 1011 | 0 | 1000111 | 11000011 | 11011 | 10111 |
Color Harmonies of #2A4149
Complementary color
Monochromatic Colors of #2A4149
Black with #2A4149
Text Example
Text Example
White with #2A4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4149; }
p { color: rgb(42,65,73); }
H1.HeaderClassName
{
color: #2A4149;
}
.AnyTagClassName
{
color: #2A4149;
}
</style>
background-color css
<style>
a { background-color: #2A4149; }
a { background-color: rgb(42,65,73); }
div.DivClassName
{
background-color: #2A4149;
}
.BgClassName
{
background-color: #2A4149;
}
</style>
border-color css
<style>
span { border-color: #2A4149; }
span { border-color: rgb(42,65,73); }
td.TdClassName
{
border-color: #2A4149;
}
.TagClassName
{
border-color: #2A4149;
}
</style>