Html Css Color HEX #28424B Green Vogue

📋 copy color: '#28424B'

red 40 ◦ green 66 ◦ blue 75

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

Shades of Green Vogue #28424B

Tints of Green Vogue #28424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 22.1%
G = 36.46%
B = 41.44%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28424B (or 0x28424B) is known color: Green Vogue. HEX triplet: 28, 42 and 4B. RGB value is (40,66,75). Sum of RGB (Red+Green+Blue) = 40+66+75=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #28424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28424B is #D7BDB4. Grayscale: #3B3B3B. Windows color (decimal): -14138805 or 4932136. OLE color: 4932136.

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

Color convert

RGB 40 66 75 -
CMYK 0.47 0.12 0 0.71
HSL 195.43º 0.3% 0.23% -
HSV(B) 195.43º 0.47% 0.29% -
XYZ 4.09 4.86 7.38 -
YUV 59.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 40 66 75 0.47 0.12 0 0.71 195.43 0.3 0.23
Hex 28 42 4B 2F C 0 47 C3 1E 17
Octal 50 102 113 57 14 0 107 303 36 27
Binary 101000 1000010 1001011 101111 1100 0 1000111 11000011 11110 10111

Color Harmonies of #28424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28424B

Black with #28424B

Text Example


Text Example

White with #28424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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