Html Css Color HEX #28434D Green Vogue

📋 copy color: '#28434D'

red 40 ◦ green 67 ◦ blue 77

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

Shades of Green Vogue #28434D

Tints of Green Vogue #28434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.41%

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

R = 21.74%
G = 36.41%
B = 41.85%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28434D (or 0x28434D) is known color: Green Vogue. HEX triplet: 28, 43 and 4D. RGB value is (40,67,77). Sum of RGB (Red+Green+Blue) = 40+67+77=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #28434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28434D is #D7BCB2. Grayscale: #3C3C3C. Windows color (decimal): -14138547 or 5063464. OLE color: 5063464.

HSL color Cylindrical-coordinate representation of color #28434D: hue angle of 196.22º 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 #28434D is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 67 77 -
CMYK 0.48 0.13 0 0.70
HSL 196.22º 0.32% 0.23% -
HSV(B) 196.22º 0.48% 0.3% -
XYZ 4.22 5 7.76 -
YUV 60.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 40 67 77 0.48 0.13 0 0.70 196.22 0.32 0.23
Hex 28 43 4D 30 D 0 46 C4 20 17
Octal 50 103 115 60 15 0 106 304 40 27
Binary 101000 1000011 1001101 110000 1101 0 1000110 11000100 100000 10111

Color Harmonies of #28434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28434D

Black with #28434D

Text Example


Text Example

White with #28434D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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