Html Css Color HEX #28837C Elm

📋 copy color: '#28837C'

red 40 ◦ green 131 ◦ blue 124

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

Shades of Elm #28837C

Tints of Elm #28837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

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

R = 13.56%
G = 44.41%
B = 42.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#28837C (or 0x28837C) is known color: Elm. HEX triplet: 28, 83 and 7C. RGB value is (40,131,124). Sum of RGB (Red+Green+Blue) = 40+131+124=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #28837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28837C is #D77C83. Grayscale: #666666. Windows color (decimal): -14122116 or 8160040. OLE color: 8160040.

HSL color Cylindrical-coordinate representation of color #28837C: hue angle of 175.38º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28837C is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 131 124 -
CMYK 0.69 0 0.05 0.49
HSL 175.38º 0.53% 0.34% -
HSV(B) 175.38º 0.69% 0.51% -
XYZ 12.63 18.14 21.9 -
YUV 102.99 139.85 83.07 -
System Red Green Blue C M Y K H S L
Decimal 40 131 124 0.69 0 0.05 0.49 175.38 0.53 0.34
Hex 28 83 7C 45 0 5 31 AF 35 22
Octal 50 203 174 105 0 5 61 257 65 42
Binary 101000 10000011 1111100 1000101 0 101 110001 10101111 110101 100010

Color Harmonies of #28837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28837C

Black with #28837C

Text Example


Text Example

White with #28837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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