#28434E

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

Shades of Green Vogue #28434E

Tints of Green Vogue #28434E

Color information

#28434E (or 0x28434E) is unknown color: approx Green Vogue. HEX triplet: 28, 43 and 4E. RGB value is (40,67,78). Sum of RGB (Red+Green+Blue) = 40+67+78=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #28434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28434E is #D7BCB1. Grayscale: #3C3C3C. Windows color (decimal): -14138546 or 5129000. OLE color: 5129000.

HSL color Cylindrical-coordinate representation of color #28434E: hue angle of 197.37º degrees, saturation: 0.32, 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 #28434E is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB406778-
CMYK0.490.1400.69
HSL197.37º32.2%23.14%-
HSV(B)197.37º48.72%30.59%-
XYZ4.265.027.95-
YUV60.18138.05113.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=21.62%
G=36.22%
B=42.16%

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
Decimal4067780.490.1400.69197.3732.223.14
Hex28434E31E045c52017
Octal50103116611601053054027
Binary101000100001110011101100011110010001011100010110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28434E; }

 p { color: rgb(40,67,78); }

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

<style>
 a { background-color: #28434E; }

 a { background-color: rgb(40,67,78); }

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

<style>
 span { border-color: #28434E; }

 span { border-color: rgb(40,67,78); }

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