#287872

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

Shades of Elm #287872

Tints of Elm #287872

Color information

#287872 (or 0x287872) is unknown color: approx Elm. HEX triplet: 28, 78 and 72. RGB value is (40,120,114). Sum of RGB (Red+Green+Blue) = 40+120+114=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #287872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287872 is #D7878D. Grayscale: #5F5F5F. Windows color (decimal): -14124942 or 7501864. OLE color: 7501864.

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

Color convert

RGB40120114-
CMYK0.6700.050.53
HSL175.5º50%31.37%-
HSV(B)175.5º66.67%47.06%-
XYZ10.6315.118.27-
YUV95.4138.588.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=14.60%
G=43.80%
B=41.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401201140.6700.050.53175.55031.37
Hex287872430535b0321f
Octal5017016210305652606237
Binary10100011110001110010100001101011101011011000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287872; }

 p { color: rgb(40,120,114); }

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

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

 a { background-color: rgb(40,120,114); }

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

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

 span { border-color: rgb(40,120,114); }

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