#288078

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

Shades of Elm #288078

Tints of Elm #288078

Color information

#288078 (or 0x288078) is unknown color: approx Elm. HEX triplet: 28, 80 and 78. RGB value is (40,128,120). Sum of RGB (Red+Green+Blue) = 40+128+120=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #288078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288078 is #D77F87. Grayscale: #646464. Windows color (decimal): -14122888 or 7897128. OLE color: 7897128.

HSL color Cylindrical-coordinate representation of color #288078: hue angle of 174.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288078 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB40128120-
CMYK0.6900.060.50
HSL174.55º52.38%32.94%-
HSV(B)174.55º68.75%50.2%-
XYZ11.9817.2520.47-
YUV100.78138.8584.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=13.89%
G=44.44%
B=41.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal401281200.6900.060.50174.5552.3832.94
Hex288078450632af3421
Octal5020017010506622576441
Binary1010001000000011110001000101011011001010101111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288078; }

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

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

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

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

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

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

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

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