Html Css Color HEX #288E81 Elm

📋 copy color: '#288E81'

red 40 ◦ green 142 ◦ blue 129

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

Shades of Elm #288E81

Tints of Elm #288E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 12.86%
G = 45.66%
B = 41.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#288E81 (or 0x288E81) is known color: Elm. HEX triplet: 28, 8E and 81. RGB value is (40,142,129). Sum of RGB (Red+Green+Blue) = 40+142+129=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #288E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E81 is #D7717E. Grayscale: #6D6D6D. Windows color (decimal): -14119295 or 8490536. OLE color: 8490536.

HSL color Cylindrical-coordinate representation of color #288E81: hue angle of 172.35º 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 #288E81 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 142 129 -
CMYK 0.72 0 0.09 0.44
HSL 172.35º 0.56% 0.36% -
HSV(B) 172.35º 0.72% 0.56% -
XYZ 14.51 21.38 24.13 -
YUV 110.02 138.71 78.06 -
System Red Green Blue C M Y K H S L
Decimal 40 142 129 0.72 0 0.09 0.44 172.35 0.56 0.36
Hex 28 8E 81 48 0 9 2C AC 38 24
Octal 50 216 201 110 0 11 54 254 70 44
Binary 101000 10001110 10000001 1001000 0 1001 101100 10101100 111000 100100

Color Harmonies of #288E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E81

Black with #288E81

Text Example


Text Example

White with #288E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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