#28887B

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

Shades of Elm #28887B

Tints of Elm #28887B

Color information

#28887B (or 0x28887B) is unknown color: approx Elm. HEX triplet: 28, 88 and 7B. RGB value is (40,136,123). Sum of RGB (Red+Green+Blue) = 40+136+123=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #28887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28887B is #D77784. Grayscale: #696969. Windows color (decimal): -14120837 or 8095784. OLE color: 8095784.

HSL color Cylindrical-coordinate representation of color #28887B: hue angle of 171.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28887B is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB40136123-
CMYK0.7100.100.47
HSL171.88º54.55%34.51%-
HSV(B)171.88º70.59%53.33%-
XYZ13.2519.4921.8-
YUV105.81137.781.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=13.38%
G=45.48%
B=41.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401361230.7100.100.47171.8854.5534.51
Hex28887B470A2Fac3723
Octal50210173107012572546743
Binary10100010001000111101110001110101010111110101100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28887B; }

 p { color: rgb(40,136,123); }

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

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

 a { background-color: rgb(40,136,123); }

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

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

 span { border-color: rgb(40,136,123); }

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