#288272

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

Shades of Elm #288272

Tints of Elm #288272

Color information

#288272 (or 0x288272) is unknown color: approx Elm. HEX triplet: 28, 82 and 72. RGB value is (40,130,114). Sum of RGB (Red+Green+Blue) = 40+130+114=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #288272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288272 is #D77D8D. Grayscale: #656565. Windows color (decimal): -14122382 or 7504424. OLE color: 7504424.

HSL color Cylindrical-coordinate representation of color #288272: hue angle of 169.33º 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 #288272 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB40130114-
CMYK0.6900.120.49
HSL169.33º52.94%33.33%-
HSV(B)169.33º69.23%50.98%-
XYZ11.8917.6318.7-
YUV101.27135.1884.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.08%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=14.08%
G=45.77%
B=40.14%

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
Decimal401301140.6900.120.49169.3352.9433.33
Hex288272450C31a93521
Octal50202162105014612516541
Binary10100010000010111001010001010110011000110101001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288272; }

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

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

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

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

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

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

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

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