#28817A

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

Shades of Elm #28817A

Tints of Elm #28817A

Color information

#28817A (or 0x28817A) is unknown color: approx Elm. HEX triplet: 28, 81 and 7A. RGB value is (40,129,122). Sum of RGB (Red+Green+Blue) = 40+129+122=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #28817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28817A is #D77E85. Grayscale: #656565. Windows color (decimal): -14122630 or 8028456. OLE color: 8028456.

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

Color convert

RGB40129122-
CMYK0.6900.050.49
HSL175.28º52.66%33.14%-
HSV(B)175.28º68.99%50.59%-
XYZ12.2417.5621.16-
YUV101.59139.5184.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=13.75%
G=44.33%
B=41.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401291220.6900.050.49175.2852.6633.14
Hex28817A450531af3521
Octal5020117210505612576541
Binary1010001000000111110101000101010111000110101111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28817A; }

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

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

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

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

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

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

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

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