Html Css Color HEX #28424C Green Vogue

📋 copy color: '#28424C'

red 40 ◦ green 66 ◦ blue 76

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

Shades of Green Vogue #28424C

Tints of Green Vogue #28424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 21.98%
G = 36.26%
B = 41.76%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28424C (or 0x28424C) is known color: Green Vogue. HEX triplet: 28, 42 and 4C. RGB value is (40,66,76). Sum of RGB (Red+Green+Blue) = 40+66+76=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #28424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28424C is #D7BDB3. Grayscale: #3B3B3B. Windows color (decimal): -14138804 or 4997672. OLE color: 4997672.

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

Color convert

RGB 40 66 76 -
CMYK 0.47 0.13 0 0.70
HSL 196.67º 0.31% 0.23% -
HSV(B) 196.67º 0.47% 0.3% -
XYZ 4.13 4.87 7.56 -
YUV 59.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 40 66 76 0.47 0.13 0 0.70 196.67 0.31 0.23
Hex 28 42 4C 2F D 0 46 C5 1F 17
Octal 50 102 114 57 15 0 106 305 37 27
Binary 101000 1000010 1001100 101111 1101 0 1000110 11000101 11111 10111

Color Harmonies of #28424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28424C

Black with #28424C

Text Example


Text Example

White with #28424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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