Html Css Color HEX #288E80 Elm

📋 copy color: '#288E80'

red 40 ◦ green 142 ◦ blue 128

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

Shades of Elm #288E80

Tints of Elm #288E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.81%

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

R = 12.9%
G = 45.81%
B = 41.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#288E80 (or 0x288E80) is known color: Elm. HEX triplet: 28, 8E and 80. RGB value is (40,142,128). Sum of RGB (Red+Green+Blue) = 40+142+128=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #288E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E80 is #D7717F. Grayscale: #6D6D6D. Windows color (decimal): -14119296 or 8425000. OLE color: 8425000.

HSL color Cylindrical-coordinate representation of color #288E80: hue angle of 171.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E80 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 142 128 -
CMYK 0.72 0 0.10 0.44
HSL 171.76º 0.56% 0.36% -
HSV(B) 171.76º 0.72% 0.56% -
XYZ 14.44 21.36 23.78 -
YUV 109.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 40 142 128 0.72 0 0.10 0.44 171.76 0.56 0.36
Hex 28 8E 80 48 0 A 2C AC 38 24
Octal 50 216 200 110 0 12 54 254 70 44
Binary 101000 10001110 10000000 1001000 0 1010 101100 10101100 111000 100100

Color Harmonies of #288E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E80

Black with #288E80

Text Example


Text Example

White with #288E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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