#28434F

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

Shades of Green Vogue #28434F

Tints of Green Vogue #28434F

Color information

#28434F (or 0x28434F) is unknown color: approx Green Vogue. HEX triplet: 28, 43 and 4F. RGB value is (40,67,79). Sum of RGB (Red+Green+Blue) = 40+67+79=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #28434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28434F is #D7BCB0. Grayscale: #3C3C3C. Windows color (decimal): -14138545 or 5194536. OLE color: 5194536.

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

Color convert

RGB406779-
CMYK0.490.1500.69
HSL198.46º32.77%23.33%-
HSV(B)198.46º49.37%30.98%-
XYZ4.295.038.14-
YUV60.3138.55113.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=21.51%
G=36.02%
B=42.47%

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
Decimal4067790.490.1500.69198.4632.7723.33
Hex28434F31F045c62117
Octal50103117611701053064127
Binary101000100001110011111100011111010001011100011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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