#288172

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

Shades of Elm #288172

Tints of Elm #288172

Color information

#288172 (or 0x288172) is unknown color: approx Elm. HEX triplet: 28, 81 and 72. RGB value is (40,129,114). Sum of RGB (Red+Green+Blue) = 40+129+114=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #288172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288172 is #D77E8D. Grayscale: #646464. Windows color (decimal): -14122638 or 7504168. OLE color: 7504168.

HSL color Cylindrical-coordinate representation of color #288172: hue angle of 169.89º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288172 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB40129114-
CMYK0.6900.120.49
HSL169.89º52.66%33.14%-
HSV(B)169.89º68.99%50.59%-
XYZ11.7617.3718.65-
YUV100.68135.5184.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=14.13%
G=45.58%
B=40.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401291140.6900.120.49169.8952.6633.14
Hex288172450C31aa3521
Octal50201162105014612526541
Binary10100010000001111001010001010110011000110101010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288172; }

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

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

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

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

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

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

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

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