Shades of Green Vogue #2A4148
Tints of Green Vogue #2A4148
RGB
CMYK
RGB Variations
Color information
#2A4148 (or 0x2A4148) is known color: Green Vogue. HEX triplet: 2A, 41 and 48. RGB value is (42,65,72). Sum of RGB (Red+Green+Blue) = 42+65+72=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A4148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4148 is #D5BEB7. Grayscale: #3A3A3A. Windows color (decimal): -14007992 or 4735274. OLE color: 4735274.
HSL color Cylindrical-coordinate representation of color #2A4148: hue angle of 194º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4148 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 65 | 72 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.72 |
| HSL | 194º | 0.26% | 0.22% | - |
| HSV(B) | 194º | 0.42% | 0.28% | - |
| XYZ | 4.01 | 4.74 | 6.83 | - |
| YUV | 58.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 72 | 0.42 | 0.10 | 0 | 0.72 | 194 | 0.26 | 0.22 |
| Hex | 2A | 41 | 48 | 2A | A | 0 | 48 | C2 | 1A | 16 |
| Octal | 52 | 101 | 110 | 52 | 12 | 0 | 110 | 302 | 32 | 26 |
| Binary | 101010 | 1000001 | 1001000 | 101010 | 1010 | 0 | 1001000 | 11000010 | 11010 | 10110 |
Color Harmonies of #2A4148
Complementary color
Monochromatic Colors of #2A4148
Black with #2A4148
Text Example
Text Example
White with #2A4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4148; }
p { color: rgb(42,65,72); }
H1.HeaderClassName
{
color: #2A4148;
}
.AnyTagClassName
{
color: #2A4148;
}
</style>
background-color css
<style>
a { background-color: #2A4148; }
a { background-color: rgb(42,65,72); }
div.DivClassName
{
background-color: #2A4148;
}
.BgClassName
{
background-color: #2A4148;
}
</style>
border-color css
<style>
span { border-color: #2A4148; }
span { border-color: rgb(42,65,72); }
td.TdClassName
{
border-color: #2A4148;
}
.TagClassName
{
border-color: #2A4148;
}
</style>