#28434C

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

Shades of Green Vogue #28434C

Tints of Green Vogue #28434C

Color information

#28434C (or 0x28434C) is unknown color: approx Green Vogue. HEX triplet: 28, 43 and 4C. RGB value is (40,67,76). Sum of RGB (Red+Green+Blue) = 40+67+76=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #28434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28434C is #D7BCB3. Grayscale: #3B3B3B. Windows color (decimal): -14138548 or 4997928. OLE color: 4997928.

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

Color convert

RGB406776-
CMYK0.470.1200.70
HSL195º31.03%22.75%-
HSV(B)195º47.37%29.8%-
XYZ4.194.997.58-
YUV59.95137.05113.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=21.86%
G=36.61%
B=41.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4067760.470.1200.7019531.0322.75
Hex28434C2FC046c31f17
Octal50103114571401063033727
Binary10100010000111001100101111110001000110110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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