#28424E

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

Shades of Green Vogue #28424E

Tints of Green Vogue #28424E

Color information

#28424E (or 0x28424E) is unknown color: approx Green Vogue. HEX triplet: 28, 42 and 4E. RGB value is (40,66,78). Sum of RGB (Red+Green+Blue) = 40+66+78=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #28424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28424E is #D7BDB1. Grayscale: #3B3B3B. Windows color (decimal): -14138802 or 5128744. OLE color: 5128744.

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

Color convert

RGB406678-
CMYK0.490.1500.69
HSL198.95º32.2%23.14%-
HSV(B)198.95º48.72%30.59%-
XYZ4.24.97.93-
YUV59.59138.39114.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=21.74%
G=35.87%
B=42.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4066780.490.1500.69198.9532.223.14
Hex28424E31F045c72017
Octal50102116611701053074027
Binary101000100001010011101100011111010001011100011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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