Html Css Color HEX #28444D Green Vogue

📋 copy color: '#28444D'

red 40 ◦ green 68 ◦ blue 77

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

Shades of Green Vogue #28444D

Tints of Green Vogue #28444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

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

R = 21.62%
G = 36.76%
B = 41.62%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28444D (or 0x28444D) is known color: Green Vogue. HEX triplet: 28, 44 and 4D. RGB value is (40,68,77). Sum of RGB (Red+Green+Blue) = 40+68+77=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #28444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28444D is #D7BBB2. Grayscale: #3C3C3C. Windows color (decimal): -14138291 or 5063720. OLE color: 5063720.

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

Color convert

RGB 40 68 77 -
CMYK 0.48 0.12 0 0.70
HSL 194.59º 0.32% 0.23% -
HSV(B) 194.59º 0.48% 0.3% -
XYZ 4.28 5.12 7.78 -
YUV 60.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 40 68 77 0.48 0.12 0 0.70 194.59 0.32 0.23
Hex 28 44 4D 30 C 0 46 C3 20 17
Octal 50 104 115 60 14 0 106 303 40 27
Binary 101000 1000100 1001101 110000 1100 0 1000110 11000011 100000 10111

Color Harmonies of #28444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28444D

Black with #28444D

Text Example


Text Example

White with #28444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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