#288981

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

Shades of Elm #288981

Tints of Elm #288981

Color information

#288981 (or 0x288981) is unknown color: approx Elm. HEX triplet: 28, 89 and 81. RGB value is (40,137,129). Sum of RGB (Red+Green+Blue) = 40+137+129=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #288981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288981 is #D7767E. Grayscale: #6B6B6B. Windows color (decimal): -14120575 or 8489256. OLE color: 8489256.

HSL color Cylindrical-coordinate representation of color #288981: hue angle of 175.05º 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 #288981 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB40137129-
CMYK0.7100.060.46
HSL175.05º54.8%34.71%-
HSV(B)175.05º70.8%53.73%-
XYZ13.7819.9323.89-
YUV107.08140.3680.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=13.07%
G=44.77%
B=42.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401371290.7100.060.46175.0554.834.71
Hex28898147062Eaf3723
Octal5021120110706562576743
Binary10100010001001100000011000111011010111010101111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288981; }

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

 H1.HeaderClassName
 {
   color: #288981;
 }
 .AnyTagClassName
 {
   color: #288981;
 }
</style>
background-color css

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

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

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

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

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

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