Html Css Color HEX #28414C Green Vogue

📋 copy color: '#28414C'

red 40 ◦ green 65 ◦ blue 76

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

Shades of Green Vogue #28414C

Tints of Green Vogue #28414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

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

R = 22.1%
G = 35.91%
B = 41.99%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28414C (or 0x28414C) is known color: Green Vogue. HEX triplet: 28, 41 and 4C. RGB value is (40,65,76). Sum of RGB (Red+Green+Blue) = 40+65+76=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #28414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28414C is #D7BEB3. Grayscale: #3A3A3A. Windows color (decimal): -14139060 or 4997416. OLE color: 4997416.

HSL color Cylindrical-coordinate representation of color #28414C: hue angle of 198.33º 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 #28414C is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 65 76 -
CMYK 0.47 0.14 0 0.70
HSL 198.33º 0.31% 0.23% -
HSV(B) 198.33º 0.47% 0.3% -
XYZ 4.07 4.75 7.54 -
YUV 58.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 40 65 76 0.47 0.14 0 0.70 198.33 0.31 0.23
Hex 28 41 4C 2F E 0 46 C6 1F 17
Octal 50 101 114 57 16 0 106 306 37 27
Binary 101000 1000001 1001100 101111 1110 0 1000110 11000110 11111 10111

Color Harmonies of #28414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28414C

Black with #28414C

Text Example


Text Example

White with #28414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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