#288782

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

Shades of Elm #288782

Tints of Elm #288782

Color information

#288782 (or 0x288782) is unknown color: approx Elm. HEX triplet: 28, 87 and 82. RGB value is (40,135,130). Sum of RGB (Red+Green+Blue) = 40+135+130=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #288782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288782 is #D7787D. Grayscale: #696969. Windows color (decimal): -14121086 or 8554280. OLE color: 8554280.

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

Color convert

RGB40135130-
CMYK0.7000.040.47
HSL176.84º54.29%34.31%-
HSV(B)176.84º70.37%52.94%-
XYZ13.5719.3924.15-
YUV106.02141.5380.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.11%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=13.11%
G=44.26%
B=42.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401351300.7000.040.47176.8454.2934.31
Hex28878246042Fb13622
Octal5020720210604572616642
Binary10100010000111100000101000110010010111110110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288782; }

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

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

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

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

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

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

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

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