#287A74

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

Shades of Elm #287A74

Tints of Elm #287A74

Color information

#287A74 (or 0x287A74) is unknown color: approx Elm. HEX triplet: 28, 7A and 74. RGB value is (40,122,116). Sum of RGB (Red+Green+Blue) = 40+122+116=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #287A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A74 is #D7858B. Grayscale: #606060. Windows color (decimal): -14124428 or 7633448. OLE color: 7633448.

HSL color Cylindrical-coordinate representation of color #287A74: hue angle of 175.61º 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 #287A74 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB40122116-
CMYK0.6700.050.52
HSL175.61º50.62%31.76%-
HSV(B)175.61º67.21%47.84%-
XYZ10.9915.6318.96-
YUV96.8138.8387.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=14.39%
G=43.88%
B=41.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401221160.6700.050.52175.6150.6231.76
Hex287A74430534b03320
Octal5017216410305642606340
Binary101000111101011101001000011010111010010110000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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