Html Css Color HEX #288A84 Elm

📋 copy color: '#288A84'

red 40 ◦ green 138 ◦ blue 132

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

Shades of Elm #288A84

Tints of Elm #288A84

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.52%

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

R = 12.9%
G = 44.52%
B = 42.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#288A84 (or 0x288A84) is known color: Elm. HEX triplet: 28, 8A and 84. RGB value is (40,138,132). Sum of RGB (Red+Green+Blue) = 40+138+132=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #288A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A84 is #D7757B. Grayscale: #6B6B6B. Windows color (decimal): -14120316 or 8686120. OLE color: 8686120.

HSL color Cylindrical-coordinate representation of color #288A84: hue angle of 176.33º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A84 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 138 132 -
CMYK 0.71 0 0.04 0.46
HSL 176.33º 0.55% 0.35% -
HSV(B) 176.33º 0.71% 0.54% -
XYZ 14.13 20.29 25 -
YUV 108.01 141.53 79.49 -
System Red Green Blue C M Y K H S L
Decimal 40 138 132 0.71 0 0.04 0.46 176.33 0.55 0.35
Hex 28 8A 84 47 0 4 2E B0 37 23
Octal 50 212 204 107 0 4 56 260 67 43
Binary 101000 10001010 10000100 1000111 0 100 101110 10110000 110111 100011

Color Harmonies of #288A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288A84

Black with #288A84

Text Example


Text Example

White with #288A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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