Html Css Color HEX #28424D Green Vogue

📋 copy color: '#28424D'

red 40 ◦ green 66 ◦ blue 77

#28424D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #28424D

Tints of Green Vogue #28424D

RGB

 RED value IS 40 (16.02% from 255) = 21.86%

 GREEN value IS 66 (26.17% from 255) = 36.07%

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 21.86%
G = 36.07%
B = 42.08%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28424D (or 0x28424D) is known color: Green Vogue. HEX triplet: 28, 42 and 4D. RGB value is (40,66,77). Sum of RGB (Red+Green+Blue) = 40+66+77=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #28424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28424D is #D7BDB2. Grayscale: #3B3B3B. Windows color (decimal): -14138803 or 5063208. OLE color: 5063208.

HSL color Cylindrical-coordinate representation of color #28424D: hue angle of 197.84º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28424D is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 66 77 -
CMYK 0.48 0.14 0 0.70
HSL 197.84º 0.32% 0.23% -
HSV(B) 197.84º 0.48% 0.3% -
XYZ 4.16 4.88 7.74 -
YUV 59.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 40 66 77 0.48 0.14 0 0.70 197.84 0.32 0.23
Hex 28 42 4D 30 E 0 46 C6 20 17
Octal 50 102 115 60 16 0 106 306 40 27
Binary 101000 1000010 1001101 110000 1110 0 1000110 11000110 100000 10111

Color Harmonies of #28424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28424D

Black with #28424D

Text Example


Text Example

White with #28424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28424D;
 }
 .AnyTagClassName
 {
   color: #28424D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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