Html Css Color HEX #28706F Elm

📋 copy color: '#28706F'

red 40 ◦ green 112 ◦ blue 111

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

Shades of Elm #28706F

Tints of Elm #28706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 15.21%
G = 42.59%
B = 42.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#28706F (or 0x28706F) is known color: Elm. HEX triplet: 28, 70 and 6F. RGB value is (40,112,111). Sum of RGB (Red+Green+Blue) = 40+112+111=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #28706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28706F is #D78F90. Grayscale: #5A5A5A. Windows color (decimal): -14126993 or 7303208. OLE color: 7303208.

HSL color Cylindrical-coordinate representation of color #28706F: hue angle of 179.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28706F is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 111 -
CMYK 0.64 0 0.01 0.56
HSL 179.17º 0.47% 0.3% -
HSV(B) 179.17º 0.64% 0.44% -
XYZ 9.54 13.19 17.08 -
YUV 90.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 40 112 111 0.64 0 0.01 0.56 179.17 0.47 0.3
Hex 28 70 6F 40 0 1 38 B3 2F 1E
Octal 50 160 157 100 0 1 70 263 57 36
Binary 101000 1110000 1101111 1000000 0 1 111000 10110011 101111 11110

Color Harmonies of #28706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28706F

Black with #28706F

Text Example


Text Example

White with #28706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28706F; }

 p { color: rgb(40,112,111); }

 H1.HeaderClassName
 {
   color: #28706F;
 }
 .AnyTagClassName
 {
   color: #28706F;
 }
</style>

background-color css

<style>
 a { background-color: #28706F; }

 a { background-color: rgb(40,112,111); }

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

border-color css

<style>
 span { border-color: #28706F; }

 span { border-color: rgb(40,112,111); }

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