Html Css Color HEX #28857B Elm

📋 copy color: '#28857B'

red 40 ◦ green 133 ◦ blue 123

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

Shades of Elm #28857B

Tints of Elm #28857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 13.51%
G = 44.93%
B = 41.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#28857B (or 0x28857B) is known color: Elm. HEX triplet: 28, 85 and 7B. RGB value is (40,133,123). Sum of RGB (Red+Green+Blue) = 40+133+123=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #28857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28857B is #D77A84. Grayscale: #686868. Windows color (decimal): -14121605 or 8095016. OLE color: 8095016.

HSL color Cylindrical-coordinate representation of color #28857B: hue angle of 173.55º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28857B is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 123 -
CMYK 0.70 0 0.08 0.48
HSL 173.55º 0.54% 0.34% -
HSV(B) 173.55º 0.7% 0.52% -
XYZ 12.84 18.66 21.66 -
YUV 104.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 40 133 123 0.70 0 0.08 0.48 173.55 0.54 0.34
Hex 28 85 7B 46 0 8 30 AE 36 22
Octal 50 205 173 106 0 10 60 256 66 42
Binary 101000 10000101 1111011 1000110 0 1000 110000 10101110 110110 100010

Color Harmonies of #28857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28857B

Black with #28857B

Text Example


Text Example

White with #28857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28857B; }

 p { color: rgb(40,133,123); }

 H1.HeaderClassName
 {
   color: #28857B;
 }
 .AnyTagClassName
 {
   color: #28857B;
 }
</style>

background-color css

<style>
 a { background-color: #28857B; }

 a { background-color: rgb(40,133,123); }

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

border-color css

<style>
 span { border-color: #28857B; }

 span { border-color: rgb(40,133,123); }

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