#287E72

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

Shades of Elm #287E72

Tints of Elm #287E72

Color information

#287E72 (or 0x287E72) is unknown color: approx Elm. HEX triplet: 28, 7E and 72. RGB value is (40,126,114). Sum of RGB (Red+Green+Blue) = 40+126+114=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #287E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287E72 is #D7818D. Grayscale: #626262. Windows color (decimal): -14123406 or 7503400. OLE color: 7503400.

HSL color Cylindrical-coordinate representation of color #287E72: hue angle of 171.63º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E72 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB40126114-
CMYK0.6800.100.51
HSL171.63º51.81%32.55%-
HSV(B)171.63º68.25%49.41%-
XYZ11.3716.5918.52-
YUV98.92136.5185.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.29%
GREEN value IS 126 (49.61% from 255) = 45%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=14.29%
G=45%
B=40.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401261140.6800.100.51171.6351.8132.55
Hex287E72440A33ac3421
Octal50176162104012632546441
Binary1010001111110111001010001000101011001110101100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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