Html Css Color HEX #28807C Elm

📋 copy color: '#28807C'

red 40 ◦ green 128 ◦ blue 124

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

Shades of Elm #28807C

Tints of Elm #28807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.84%

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

R = 13.7%
G = 43.84%
B = 42.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#28807C (or 0x28807C) is known color: Elm. HEX triplet: 28, 80 and 7C. RGB value is (40,128,124). Sum of RGB (Red+Green+Blue) = 40+128+124=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #28807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28807C is #D77F83. Grayscale: #656565. Windows color (decimal): -14122884 or 8159272. OLE color: 8159272.

HSL color Cylindrical-coordinate representation of color #28807C: hue angle of 177.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28807C is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 128 124 -
CMYK 0.69 0 0.03 0.50
HSL 177.27º 0.52% 0.33% -
HSV(B) 177.27º 0.69% 0.5% -
XYZ 12.23 17.34 21.77 -
YUV 101.23 140.85 84.33 -
System Red Green Blue C M Y K H S L
Decimal 40 128 124 0.69 0 0.03 0.50 177.27 0.52 0.33
Hex 28 80 7C 45 0 3 32 B1 34 21
Octal 50 200 174 105 0 3 62 261 64 41
Binary 101000 10000000 1111100 1000101 0 11 110010 10110001 110100 100001

Color Harmonies of #28807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28807C

Black with #28807C

Text Example


Text Example

White with #28807C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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