Shades of Green Vogue #254047
Tints of Green Vogue #254047
RGB
CMYK
RGB Variations
Color information
#254047 (or 0x254047) is known color: Green Vogue. HEX triplet: 25, 40 and 47. RGB value is (37,64,71). Sum of RGB (Red+Green+Blue) = 37+64+71=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #254047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254047 is #DABFB8. Grayscale: #383838. Windows color (decimal): -14335929 or 4669477. OLE color: 4669477.
HSL color Cylindrical-coordinate representation of color #254047: hue angle of 192.35º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #254047 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 37 | 64 | 71 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.72 |
| HSL | 192.35º | 0.31% | 0.21% | - |
| HSV(B) | 192.35º | 0.48% | 0.28% | - |
| XYZ | 3.73 | 4.52 | 6.64 | - |
| YUV | 56.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 71 | 0.48 | 0.10 | 0 | 0.72 | 192.35 | 0.31 | 0.21 |
| Hex | 25 | 40 | 47 | 30 | A | 0 | 48 | C0 | 1F | 15 |
| Octal | 45 | 100 | 107 | 60 | 12 | 0 | 110 | 300 | 37 | 25 |
| Binary | 100101 | 1000000 | 1000111 | 110000 | 1010 | 0 | 1001000 | 11000000 | 11111 | 10101 |
Color Harmonies of #254047
Complementary color
Monochromatic Colors of #254047
Black with #254047
Text Example
Text Example
White with #254047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254047; }
p { color: rgb(37,64,71); }
H1.HeaderClassName
{
color: #254047;
}
.AnyTagClassName
{
color: #254047;
}
</style>
background-color css
<style>
a { background-color: #254047; }
a { background-color: rgb(37,64,71); }
div.DivClassName
{
background-color: #254047;
}
.BgClassName
{
background-color: #254047;
}
</style>
border-color css
<style>
span { border-color: #254047; }
span { border-color: rgb(37,64,71); }
td.TdClassName
{
border-color: #254047;
}
.TagClassName
{
border-color: #254047;
}
</style>