Shades of Green Vogue #2C444D
Tints of Green Vogue #2C444D
RGB
CMYK
RGB Variations
Color information
#2C444D (or 0x2C444D) is known color: Green Vogue. HEX triplet: 2C, 44 and 4D. RGB value is (44,68,77). Sum of RGB (Red+Green+Blue) = 44+68+77=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C444D is #D3BBB2. Grayscale: #3D3D3D. Windows color (decimal): -13876147 or 5063724. OLE color: 5063724.
HSL color Cylindrical-coordinate representation of color #2C444D: hue angle of 196.36º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C444D is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 68 | 77 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.70 |
| HSL | 196.36º | 0.27% | 0.24% | - |
| HSV(B) | 196.36º | 0.43% | 0.3% | - |
| XYZ | 4.45 | 5.21 | 7.79 | - |
| YUV | 61.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 77 | 0.43 | 0.12 | 0 | 0.70 | 196.36 | 0.27 | 0.24 |
| Hex | 2C | 44 | 4D | 2B | C | 0 | 46 | C4 | 1B | 18 |
| Octal | 54 | 104 | 115 | 53 | 14 | 0 | 106 | 304 | 33 | 30 |
| Binary | 101100 | 1000100 | 1001101 | 101011 | 1100 | 0 | 1000110 | 11000100 | 11011 | 11000 |
Color Harmonies of #2C444D
Complementary color
Monochromatic Colors of #2C444D
Black with #2C444D
Text Example
Text Example
White with #2C444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C444D; }
p { color: rgb(44,68,77); }
H1.HeaderClassName
{
color: #2C444D;
}
.AnyTagClassName
{
color: #2C444D;
}
</style>
background-color css
<style>
a { background-color: #2C444D; }
a { background-color: rgb(44,68,77); }
div.DivClassName
{
background-color: #2C444D;
}
.BgClassName
{
background-color: #2C444D;
}
</style>
border-color css
<style>
span { border-color: #2C444D; }
span { border-color: rgb(44,68,77); }
td.TdClassName
{
border-color: #2C444D;
}
.TagClassName
{
border-color: #2C444D;
}
</style>