Html Css Color HEX #288781 Elm

📋 copy color: '#288781'

red 40 ◦ green 135 ◦ blue 129

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

Shades of Elm #288781

Tints of Elm #288781

RGB

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

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

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

R = 13.16%
G = 44.41%
B = 42.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#288781 (or 0x288781) is known color: Elm. HEX triplet: 28, 87 and 81. RGB value is (40,135,129). Sum of RGB (Red+Green+Blue) = 40+135+129=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #288781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288781 is #D7787E. Grayscale: #696969. Windows color (decimal): -14121087 or 8488744. OLE color: 8488744.

HSL color Cylindrical-coordinate representation of color #288781: hue angle of 176.21º 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 #288781 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 135 129 -
CMYK 0.70 0 0.04 0.47
HSL 176.21º 0.54% 0.34% -
HSV(B) 176.21º 0.7% 0.53% -
XYZ 13.5 19.36 23.79 -
YUV 105.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 40 135 129 0.70 0 0.04 0.47 176.21 0.54 0.34
Hex 28 87 81 46 0 4 2F B0 36 22
Octal 50 207 201 106 0 4 57 260 66 42
Binary 101000 10000111 10000001 1000110 0 100 101111 10110000 110110 100010

Color Harmonies of #288781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288781

Black with #288781

Text Example


Text Example

White with #288781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288781; }

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

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

background-color css

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

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

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

border-color css

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

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

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