#28444F

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

Shades of Green Vogue #28444F

Tints of Green Vogue #28444F

Color information

#28444F (or 0x28444F) is unknown color: approx Green Vogue. HEX triplet: 28, 44 and 4F. RGB value is (40,68,79). Sum of RGB (Red+Green+Blue) = 40+68+79=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #28444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28444F is #D7BBB0. Grayscale: #3C3C3C. Windows color (decimal): -14138289 or 5194792. OLE color: 5194792.

HSL color Cylindrical-coordinate representation of color #28444F: hue angle of 196.92º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28444F is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB406879-
CMYK0.490.1400.69
HSL196.92º32.77%23.33%-
HSV(B)196.92º49.37%30.98%-
XYZ4.355.158.16-
YUV60.88138.22113.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=21.39%
G=36.36%
B=42.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4068790.490.1400.69196.9232.7723.33
Hex28444F31E045c52117
Octal50104117611601053054127
Binary101000100010010011111100011110010001011100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28444F; }

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

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

<style>
 a { background-color: #28444F; }

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

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

<style>
 span { border-color: #28444F; }

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

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