#28877F

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

Shades of Elm #28877F

Tints of Elm #28877F

Color information

#28877F (or 0x28877F) is unknown color: approx Elm. HEX triplet: 28, 87 and 7F. RGB value is (40,135,127). Sum of RGB (Red+Green+Blue) = 40+135+127=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #28877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28877F is #D77880. Grayscale: #696969. Windows color (decimal): -14121089 or 8357672. OLE color: 8357672.

HSL color Cylindrical-coordinate representation of color #28877F: hue angle of 174.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28877F is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB40135127-
CMYK0.7000.060.47
HSL174.95º54.29%34.31%-
HSV(B)174.95º70.37%52.94%-
XYZ13.3719.3123.1-
YUV105.68140.0381.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.25%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 127 (50% from 255) = 42.05%
R=13.25%
G=44.70%
B=42.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401351270.7000.060.47174.9554.2934.31
Hex28877F46062Faf3622
Octal5020717710606572576642
Binary1010001000011111111111000110011010111110101111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28877F; }

 p { color: rgb(40,135,127); }

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

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

 a { background-color: rgb(40,135,127); }

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

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

 span { border-color: rgb(40,135,127); }

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