Html Css Color HEX #28414B Green Vogue

📋 copy color: '#28414B'

red 40 ◦ green 65 ◦ blue 75

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

Shades of Green Vogue #28414B

Tints of Green Vogue #28414B

RGB

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

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

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

R = 22.22%
G = 36.11%
B = 41.67%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28414B (or 0x28414B) is known color: Green Vogue. HEX triplet: 28, 41 and 4B. RGB value is (40,65,75). Sum of RGB (Red+Green+Blue) = 40+65+75=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #28414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28414B is #D7BEB4. Grayscale: #3A3A3A. Windows color (decimal): -14139061 or 4931880. OLE color: 4931880.

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

Color convert

RGB 40 65 75 -
CMYK 0.47 0.13 0 0.71
HSL 197.14º 0.3% 0.23% -
HSV(B) 197.14º 0.47% 0.29% -
XYZ 4.04 4.74 7.36 -
YUV 58.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 40 65 75 0.47 0.13 0 0.71 197.14 0.3 0.23
Hex 28 41 4B 2F D 0 47 C5 1E 17
Octal 50 101 113 57 15 0 107 305 36 27
Binary 101000 1000001 1001011 101111 1101 0 1000111 11000101 11110 10111

Color Harmonies of #28414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28414B

Black with #28414B

Text Example


Text Example

White with #28414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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