Html Css Color HEX #288D84 Elm

📋 copy color: '#288D84'

red 40 ◦ green 141 ◦ blue 132

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

Shades of Elm #288D84

Tints of Elm #288D84

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 12.78%
G = 45.05%
B = 42.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#288D84 (or 0x288D84) is known color: Elm. HEX triplet: 28, 8D and 84. RGB value is (40,141,132). Sum of RGB (Red+Green+Blue) = 40+141+132=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #288D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D84 is #D7727B. Grayscale: #6D6D6D. Windows color (decimal): -14119548 or 8686888. OLE color: 8686888.

HSL color Cylindrical-coordinate representation of color #288D84: hue angle of 174.65º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D84 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 141 132 -
CMYK 0.72 0 0.06 0.45
HSL 174.65º 0.56% 0.35% -
HSV(B) 174.65º 0.72% 0.55% -
XYZ 14.56 21.17 25.15 -
YUV 109.78 140.54 78.23 -
System Red Green Blue C M Y K H S L
Decimal 40 141 132 0.72 0 0.06 0.45 174.65 0.56 0.35
Hex 28 8D 84 48 0 6 2D AF 38 23
Octal 50 215 204 110 0 6 55 257 70 43
Binary 101000 10001101 10000100 1001000 0 110 101101 10101111 111000 100011

Color Harmonies of #288D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D84

Black with #288D84

Text Example


Text Example

White with #288D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,141,132); }

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

background-color css

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

 a { background-color: rgb(40,141,132); }

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

border-color css

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

 span { border-color: rgb(40,141,132); }

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