Html Css Color HEX #28887F Elm

📋 copy color: '#28887F'

red 40 ◦ green 136 ◦ blue 127

#28887F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #28887F

Tints of Elm #28887F

RGB

 RED value IS 40 (16.02% from 255) = 13.2%

 GREEN value IS 136 (53.52% from 255) = 44.88%

 BLUE value IS 127 (50% from 255) = 41.91%

R = 13.2%
G = 44.88%
B = 41.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#28887F (or 0x28887F) is known color: Elm. HEX triplet: 28, 88 and 7F. RGB value is (40,136,127). Sum of RGB (Red+Green+Blue) = 40+136+127=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #28887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28887F is #D77780. Grayscale: #6A6A6A. Windows color (decimal): -14120833 or 8357928. OLE color: 8357928.

HSL color Cylindrical-coordinate representation of color #28887F: hue angle of 174.38º 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 #28887F is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 136 127 -
CMYK 0.71 0 0.07 0.47
HSL 174.38º 0.55% 0.35% -
HSV(B) 174.38º 0.71% 0.53% -
XYZ 13.51 19.59 23.15 -
YUV 106.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 40 136 127 0.71 0 0.07 0.47 174.38 0.55 0.35
Hex 28 88 7F 47 0 7 2F AE 37 23
Octal 50 210 177 107 0 7 57 256 67 43
Binary 101000 10001000 1111111 1000111 0 111 101111 10101110 110111 100011

Color Harmonies of #28887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28887F

Black with #28887F

Text Example


Text Example

White with #28887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28887F;
 }
 .AnyTagClassName
 {
   color: #28887F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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