#28434B

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

Shades of Green Vogue #28434B

Tints of Green Vogue #28434B

Color information

#28434B (or 0x28434B) is unknown color: approx Green Vogue. HEX triplet: 28, 43 and 4B. RGB value is (40,67,75). Sum of RGB (Red+Green+Blue) = 40+67+75=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #28434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28434B is #D7BCB4. Grayscale: #3B3B3B. Windows color (decimal): -14138549 or 4932392. OLE color: 4932392.

HSL color Cylindrical-coordinate representation of color #28434B: hue angle of 193.71º 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 #28434B is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB406775-
CMYK0.470.1100.71
HSL193.71º30.43%22.55%-
HSV(B)193.71º46.67%29.41%-
XYZ4.154.977.4-
YUV59.84136.55113.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=21.98%
G=36.81%
B=41.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4067750.470.1100.71193.7130.4322.55
Hex28434B2FB047c21e17
Octal50103113571301073023627
Binary10100010000111001011101111101101000111110000101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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