Html Css Color HEX #28887C Elm

📋 copy color: '#28887C'

red 40 ◦ green 136 ◦ blue 124

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

Shades of Elm #28887C

Tints of Elm #28887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 13.33%
G = 45.33%
B = 41.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#28887C (or 0x28887C) is known color: Elm. HEX triplet: 28, 88 and 7C. RGB value is (40,136,124). Sum of RGB (Red+Green+Blue) = 40+136+124=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #28887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28887C is #D77783. Grayscale: #696969. Windows color (decimal): -14120836 or 8161320. OLE color: 8161320.

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

Color convert

RGB 40 136 124 -
CMYK 0.71 0 0.09 0.47
HSL 172.5º 0.55% 0.35% -
HSV(B) 172.5º 0.71% 0.53% -
XYZ 13.32 19.51 22.13 -
YUV 105.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 40 136 124 0.71 0 0.09 0.47 172.5 0.55 0.35
Hex 28 88 7C 47 0 9 2F AC 37 23
Octal 50 210 174 107 0 11 57 254 67 43
Binary 101000 10001000 1111100 1000111 0 1001 101111 10101100 110111 100011

Color Harmonies of #28887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28887C

Black with #28887C

Text Example


Text Example

White with #28887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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