Html Css Color HEX #284049 Green Vogue

📋 copy color: '#284049'

red 40 ◦ green 64 ◦ blue 73

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

Shades of Green Vogue #284049

Tints of Green Vogue #284049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 22.6%
G = 36.16%
B = 41.24%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#284049 (or 0x284049) is known color: Green Vogue. HEX triplet: 28, 40 and 49. RGB value is (40,64,73). Sum of RGB (Red+Green+Blue) = 40+64+73=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #284049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284049 is #D7BFB6. Grayscale: #393939. Windows color (decimal): -14139319 or 4800552. OLE color: 4800552.

HSL color Cylindrical-coordinate representation of color #284049: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #284049 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 64 73 -
CMYK 0.45 0.12 0 0.71
HSL 196.36º 0.29% 0.22% -
HSV(B) 196.36º 0.45% 0.29% -
XYZ 3.91 4.6 6.98 -
YUV 57.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 40 64 73 0.45 0.12 0 0.71 196.36 0.29 0.22
Hex 28 40 49 2D C 0 47 C4 1D 16
Octal 50 100 111 55 14 0 107 304 35 26
Binary 101000 1000000 1001001 101101 1100 0 1000111 11000100 11101 10110

Color Harmonies of #284049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284049

Black with #284049

Text Example


Text Example

White with #284049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284049; }

 p { color: rgb(40,64,73); }

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

background-color css

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

 a { background-color: rgb(40,64,73); }

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

border-color css

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

 span { border-color: rgb(40,64,73); }

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