#288575

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

Shades of Elm #288575

Tints of Elm #288575

Color information

#288575 (or 0x288575) is unknown color: approx Elm. HEX triplet: 28, 85 and 75. RGB value is (40,133,117). Sum of RGB (Red+Green+Blue) = 40+133+117=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #288575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288575 is #D77A8A. Grayscale: #676767. Windows color (decimal): -14121611 or 7701800. OLE color: 7701800.

HSL color Cylindrical-coordinate representation of color #288575: hue angle of 169.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288575 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB40133117-
CMYK0.7000.120.48
HSL169.68º53.76%33.92%-
HSV(B)169.68º69.92%52.16%-
XYZ12.4718.5119.75-
YUV103.37135.6982.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=13.79%
G=45.86%
B=40.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331170.7000.120.48169.6853.7633.92
Hex288575460C30aa3622
Octal50205165106014602526642
Binary10100010000101111010110001100110011000010101010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288575; }

 p { color: rgb(40,133,117); }

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

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

 a { background-color: rgb(40,133,117); }

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

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

 span { border-color: rgb(40,133,117); }

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