#288474

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

Shades of Elm #288474

Tints of Elm #288474

Color information

#288474 (or 0x288474) is unknown color: approx Elm. HEX triplet: 28, 84 and 74. RGB value is (40,132,116). Sum of RGB (Red+Green+Blue) = 40+132+116=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #288474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288474 is #D77B8B. Grayscale: #666666. Windows color (decimal): -14121868 or 7636008. OLE color: 7636008.

HSL color Cylindrical-coordinate representation of color #288474: hue angle of 169.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288474 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB40132116-
CMYK0.7000.120.48
HSL169.57º53.49%33.73%-
HSV(B)169.57º69.7%51.76%-
XYZ12.2818.2119.39-
YUV102.67135.5283.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=13.89%
G=45.83%
B=40.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401321160.7000.120.48169.5753.4933.73
Hex288474460C30aa3522
Octal50204164106014602526542
Binary10100010000100111010010001100110011000010101010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288474; }

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

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

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

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

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

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

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

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