#287974

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

Shades of Elm #287974

Tints of Elm #287974

Color information

#287974 (or 0x287974) is unknown color: approx Elm. HEX triplet: 28, 79 and 74. RGB value is (40,121,116). Sum of RGB (Red+Green+Blue) = 40+121+116=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #287974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287974 is #D7868B. Grayscale: #606060. Windows color (decimal): -14124684 or 7633192. OLE color: 7633192.

HSL color Cylindrical-coordinate representation of color #287974: hue angle of 176.3º 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 #287974 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB40121116-
CMYK0.6700.040.53
HSL176.3º50.31%31.57%-
HSV(B)176.3º66.94%47.45%-
XYZ10.8615.3918.92-
YUV96.21139.1687.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.44%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=14.44%
G=43.68%
B=41.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401211160.6700.040.53176.350.3131.57
Hex287974430435b03220
Octal5017116410304652606240
Binary101000111100111101001000011010011010110110000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287974; }

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

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

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

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

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

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

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

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