Html Css Color HEX #288573 Elm

📋 copy color: '#288573'

red 40 ◦ green 133 ◦ blue 115

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

Shades of Elm #288573

Tints of Elm #288573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

 BLUE value IS 115 (45.31% from 255) = 39.93%

R = 13.89%
G = 46.18%
B = 39.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#288573 (or 0x288573) is known color: Elm. HEX triplet: 28, 85 and 73. RGB value is (40,133,115). Sum of RGB (Red+Green+Blue) = 40+133+115=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #288573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288573 is #D77A8C. Grayscale: #676767. Windows color (decimal): -14121613 or 7570728. OLE color: 7570728.

HSL color Cylindrical-coordinate representation of color #288573: hue angle of 168.39º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288573 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 115 -
CMYK 0.70 0 0.14 0.48
HSL 168.39º 0.54% 0.34% -
HSV(B) 168.39º 0.7% 0.52% -
XYZ 12.36 18.46 19.13 -
YUV 103.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 40 133 115 0.70 0 0.14 0.48 168.39 0.54 0.34
Hex 28 85 73 46 0 E 30 A8 36 22
Octal 50 205 163 106 0 16 60 250 66 42
Binary 101000 10000101 1110011 1000110 0 1110 110000 10101000 110110 100010

Color Harmonies of #288573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288573

Black with #288573

Text Example


Text Example

White with #288573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288573; }

 p { color: rgb(40,133,115); }

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

background-color css

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

 a { background-color: rgb(40,133,115); }

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

border-color css

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

 span { border-color: rgb(40,133,115); }

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