#28454B

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

Shades of Green Vogue #28454B

Tints of Green Vogue #28454B

Color information

#28454B (or 0x28454B) is unknown color: approx Green Vogue. HEX triplet: 28, 45 and 4B. RGB value is (40,69,75). Sum of RGB (Red+Green+Blue) = 40+69+75=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #28454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28454B is #D7BAB4. Grayscale: #3C3C3C. Windows color (decimal): -14138037 or 4932904. OLE color: 4932904.

HSL color Cylindrical-coordinate representation of color #28454B: hue angle of 190.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28454B is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB406975-
CMYK0.470.0800.71
HSL190.29º30.43%22.55%-
HSV(B)190.29º46.67%29.41%-
XYZ4.275.227.44-
YUV61.01135.89113.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=21.74%
G=37.5%
B=40.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4069750.470.0800.71190.2930.4322.55
Hex28454B2F8047be1e17
Octal50105113571001072763627
Binary10100010001011001011101111100001000111101111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28454B; }

 p { color: rgb(40,69,75); }

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

<style>
 a { background-color: #28454B; }

 a { background-color: rgb(40,69,75); }

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

<style>
 span { border-color: #28454B; }

 span { border-color: rgb(40,69,75); }

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