#2C444F

Color #2C444F Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #2C444F

Tints of Green Vogue #2C444F

Color information

#2C444F (or 0x2C444F) is unknown color: approx Green Vogue. HEX triplet: 2C, 44 and 4F. RGB value is (44,68,79). Sum of RGB (Red+Green+Blue) = 44+68+79=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C444F is #D3BBB0. Grayscale: #3E3E3E. Windows color (decimal): -13876145 or 5194796. OLE color: 5194796.

HSL color Cylindrical-coordinate representation of color #2C444F: hue angle of 198.86º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C444F is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB446879-
CMYK0.440.1400.69
HSL198.86º28.46%24.12%-
HSV(B)198.86º44.3%30.98%-
XYZ4.525.238.17-
YUV62.08137.55115.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 68 (26.95% from 255) = 35.60%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=23.04%
G=35.60%
B=41.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4468790.440.1400.69198.8628.4624.12
Hex2C444F2CE045c71c18
Octal54104117541601053073430
Binary10110010001001001111101100111001000101110001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C444F; }

 p { color: rgb(44,68,79); }

 H1.HeaderClassName
 {
   color: #2C444F;
 }
 .AnyTagClassName
 {
   color: #2C444F;
 }
</style>
background-color css

<style>
 a { background-color: #2C444F; }

 a { background-color: rgb(44,68,79); }

 div.DivClassName
 {
   background-color: #2C444F;
 }
 .BgClassName
 {
   background-color: #2C444F;
 }
</style>
border-color css

<style>
 span { border-color: #2C444F; }

 span { border-color: rgb(44,68,79); }

 td.TdClassName
 {
   border-color: #2C444F;
 }
 .TagClassName
 {
   border-color: #2C444F;
 }
</style>