#28434D

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

Shades of Green Vogue #28434D

Tints of Green Vogue #28434D

Color information

#28434D (or 0x28434D) is unknown color: approx Green Vogue. HEX triplet: 28, 43 and 4D. RGB value is (40,67,77). Sum of RGB (Red+Green+Blue) = 40+67+77=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #28434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28434D is #D7BCB2. Grayscale: #3C3C3C. Windows color (decimal): -14138547 or 5063464. OLE color: 5063464.

HSL color Cylindrical-coordinate representation of color #28434D: hue angle of 196.22º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28434D is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB406777-
CMYK0.480.1300.70
HSL196.22º31.62%22.94%-
HSV(B)196.22º48.05%30.2%-
XYZ4.2257.76-
YUV60.07137.55113.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=21.74%
G=36.41%
B=41.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4067770.480.1300.70196.2231.6222.94
Hex28434D30D046c42017
Octal50103115601501063044027
Binary101000100001110011011100001101010001101100010010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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