Html Css Color HEX #28756E Elm

📋 copy color: '#28756E'

red 40 ◦ green 117 ◦ blue 110

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

Shades of Elm #28756E

Tints of Elm #28756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 14.98%
G = 43.82%
B = 41.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#28756E (or 0x28756E) is known color: Elm. HEX triplet: 28, 75 and 6E. RGB value is (40,117,110). Sum of RGB (Red+Green+Blue) = 40+117+110=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #28756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28756E is #D78A91. Grayscale: #5D5D5D. Windows color (decimal): -14125714 or 7238952. OLE color: 7238952.

HSL color Cylindrical-coordinate representation of color #28756E: hue angle of 174.55º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28756E is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 117 110 -
CMYK 0.66 0 0.06 0.54
HSL 174.55º 0.49% 0.31% -
HSV(B) 174.55º 0.66% 0.46% -
XYZ 10.05 14.3 16.98 -
YUV 93.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 40 117 110 0.66 0 0.06 0.54 174.55 0.49 0.31
Hex 28 75 6E 42 0 6 36 AF 31 1F
Octal 50 165 156 102 0 6 66 257 61 37
Binary 101000 1110101 1101110 1000010 0 110 110110 10101111 110001 11111

Color Harmonies of #28756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28756E

Black with #28756E

Text Example


Text Example

White with #28756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28756E; }

 p { color: rgb(40,117,110); }

 H1.HeaderClassName
 {
   color: #28756E;
 }
 .AnyTagClassName
 {
   color: #28756E;
 }
</style>

background-color css

<style>
 a { background-color: #28756E; }

 a { background-color: rgb(40,117,110); }

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

border-color css

<style>
 span { border-color: #28756E; }

 span { border-color: rgb(40,117,110); }

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