#28424B

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

Shades of Green Vogue #28424B

Tints of Green Vogue #28424B

Color information

#28424B (or 0x28424B) is unknown color: approx Green Vogue. HEX triplet: 28, 42 and 4B. RGB value is (40,66,75). Sum of RGB (Red+Green+Blue) = 40+66+75=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #28424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28424B is #D7BDB4. Grayscale: #3B3B3B. Windows color (decimal): -14138805 or 4932136. OLE color: 4932136.

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

Color convert

RGB406675-
CMYK0.470.1200.71
HSL195.43º30.43%22.55%-
HSV(B)195.43º46.67%29.41%-
XYZ4.094.867.38-
YUV59.25136.89114.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=22.10%
G=36.46%
B=41.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4066750.470.1200.71195.4330.4322.55
Hex28424B2FC047c31e17
Octal50102113571401073033627
Binary10100010000101001011101111110001000111110000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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