#28454A

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

Shades of Green Vogue #28454A

Tints of Green Vogue #28454A

Color information

#28454A (or 0x28454A) is unknown color: approx Green Vogue. HEX triplet: 28, 45 and 4A. RGB value is (40,69,74). Sum of RGB (Red+Green+Blue) = 40+69+74=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #28454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28454A is #D7BAB5. Grayscale: #3C3C3C. Windows color (decimal): -14138038 or 4867368. OLE color: 4867368.

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

Color convert

RGB406974-
CMYK0.460.0700.71
HSL188.82º29.82%22.35%-
HSV(B)188.82º45.95%29.02%-
XYZ4.245.27.26-
YUV60.9135.39113.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=21.86%
G=37.70%
B=40.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4069740.460.0700.71188.8229.8222.35
Hex28454A2E7047bd1e16
Octal5010511256701072753626
Binary1010001000101100101010111011101000111101111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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