Html Css Color HEX #28897D Elm

📋 copy color: '#28897D'

red 40 ◦ green 137 ◦ blue 125

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

Shades of Elm #28897D

Tints of Elm #28897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 13.25%
G = 45.36%
B = 41.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#28897D (or 0x28897D) is known color: Elm. HEX triplet: 28, 89 and 7D. RGB value is (40,137,125). Sum of RGB (Red+Green+Blue) = 40+137+125=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #28897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28897D is #D77682. Grayscale: #6A6A6A. Windows color (decimal): -14120579 or 8227112. OLE color: 8227112.

HSL color Cylindrical-coordinate representation of color #28897D: hue angle of 172.58º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28897D is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 125 -
CMYK 0.71 0 0.09 0.46
HSL 172.58º 0.55% 0.35% -
HSV(B) 172.58º 0.71% 0.54% -
XYZ 13.52 19.82 22.52 -
YUV 106.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 40 137 125 0.71 0 0.09 0.46 172.58 0.55 0.35
Hex 28 89 7D 47 0 9 2E AD 37 23
Octal 50 211 175 107 0 11 56 255 67 43
Binary 101000 10001001 1111101 1000111 0 1001 101110 10101101 110111 100011

Color Harmonies of #28897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28897D

Black with #28897D

Text Example


Text Example

White with #28897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28897D; }

 p { color: rgb(40,137,125); }

 H1.HeaderClassName
 {
   color: #28897D;
 }
 .AnyTagClassName
 {
   color: #28897D;
 }
</style>

background-color css

<style>
 a { background-color: #28897D; }

 a { background-color: rgb(40,137,125); }

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

border-color css

<style>
 span { border-color: #28897D; }

 span { border-color: rgb(40,137,125); }

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