#287A76

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

Shades of Elm #287A76

Tints of Elm #287A76

Color information

#287A76 (or 0x287A76) is unknown color: approx Elm. HEX triplet: 28, 7A and 76. RGB value is (40,122,118). Sum of RGB (Red+Green+Blue) = 40+122+118=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #287A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A76 is #D78589. Grayscale: #606060. Windows color (decimal): -14124426 or 7764520. OLE color: 7764520.

HSL color Cylindrical-coordinate representation of color #287A76: hue angle of 177.07º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A76 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB40122118-
CMYK0.6700.030.52
HSL177.07º50.62%31.76%-
HSV(B)177.07º67.21%47.84%-
XYZ11.115.6819.58-
YUV97.03139.8387.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.29%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=14.29%
G=43.57%
B=42.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401221180.6700.030.52177.0750.6231.76
Hex287A76430334b13320
Octal5017216610303642616340
Binary10100011110101110110100001101111010010110001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287A76; }

 p { color: rgb(40,122,118); }

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

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

 a { background-color: rgb(40,122,118); }

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

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

 span { border-color: rgb(40,122,118); }

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