#288A84

Color #288A84 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #288A84

Tints of Elm #288A84

Color information

#288A84 (or 0x288A84) is unknown color: approx 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

RGB40138132-
CMYK0.7100.040.46
HSL176.33º55.06%34.9%-
HSV(B)176.33º71.01%54.12%-
XYZ14.1320.2925-
YUV108.01141.5379.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 138 (54.30% from 255) = 44.52%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=12.90%
G=44.52%
B=42.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401381320.7100.040.46176.3355.0634.9
Hex288A8447042Eb03723
Octal5021220410704562606743
Binary10100010001010100001001000111010010111010110000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>