#287975

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

Shades of Elm #287975

Tints of Elm #287975

Color information

#287975 (or 0x287975) is unknown color: approx Elm. HEX triplet: 28, 79 and 75. RGB value is (40,121,117). Sum of RGB (Red+Green+Blue) = 40+121+117=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #287975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287975 is #D7868A. Grayscale: #606060. Windows color (decimal): -14124683 or 7698728. OLE color: 7698728.

HSL color Cylindrical-coordinate representation of color #287975: hue angle of 177.04º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287975 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB40121117-
CMYK0.6700.030.53
HSL177.04º50.31%31.57%-
HSV(B)177.04º66.94%47.45%-
XYZ10.9215.4119.23-
YUV96.32139.6687.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=14.39%
G=43.53%
B=42.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401211170.6700.030.53177.0450.3131.57
Hex287975430335b13220
Octal5017116510303652616240
Binary10100011110011110101100001101111010110110001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287975; }

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

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

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

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

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

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

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

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