Html Css Color HEX #288780 Elm

📋 copy color: '#288780'

red 40 ◦ green 135 ◦ blue 128

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

Shades of Elm #288780

Tints of Elm #288780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.55%

 BLUE value IS 128 (50.39% from 255) = 42.24%

R = 13.2%
G = 44.55%
B = 42.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#288780 (or 0x288780) is known color: Elm. HEX triplet: 28, 87 and 80. RGB value is (40,135,128). Sum of RGB (Red+Green+Blue) = 40+135+128=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #288780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288780 is #D7787F. Grayscale: #696969. Windows color (decimal): -14121088 or 8423208. OLE color: 8423208.

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

Color convert

RGB 40 135 128 -
CMYK 0.70 0 0.05 0.47
HSL 175.58º 0.54% 0.34% -
HSV(B) 175.58º 0.7% 0.53% -
XYZ 13.44 19.34 23.45 -
YUV 105.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 40 135 128 0.70 0 0.05 0.47 175.58 0.54 0.34
Hex 28 87 80 46 0 5 2F B0 36 22
Octal 50 207 200 106 0 5 57 260 66 42
Binary 101000 10000111 10000000 1000110 0 101 101111 10110000 110110 100010

Color Harmonies of #288780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288780

Black with #288780

Text Example


Text Example

White with #288780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288780; }

 p { color: rgb(40,135,128); }

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

background-color css

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

 a { background-color: rgb(40,135,128); }

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

border-color css

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

 span { border-color: rgb(40,135,128); }

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