Html Css Color HEX #28746D Elm

📋 copy color: '#28746D'

red 40 ◦ green 116 ◦ blue 109

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

Shades of Elm #28746D

Tints of Elm #28746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 15.09%
G = 43.77%
B = 41.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#28746D (or 0x28746D) is known color: Elm. HEX triplet: 28, 74 and 6D. RGB value is (40,116,109). Sum of RGB (Red+Green+Blue) = 40+116+109=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #28746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28746D is #D78B92. Grayscale: #5C5C5C. Windows color (decimal): -14125971 or 7173160. OLE color: 7173160.

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

Color convert

RGB 40 116 109 -
CMYK 0.66 0 0.06 0.55
HSL 174.47º 0.49% 0.31% -
HSV(B) 174.47º 0.66% 0.45% -
XYZ 9.88 14.05 16.66 -
YUV 92.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 40 116 109 0.66 0 0.06 0.55 174.47 0.49 0.31
Hex 28 74 6D 42 0 6 37 AE 31 1F
Octal 50 164 155 102 0 6 67 256 61 37
Binary 101000 1110100 1101101 1000010 0 110 110111 10101110 110001 11111

Color Harmonies of #28746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28746D

Black with #28746D

Text Example


Text Example

White with #28746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,116,109); }

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

background-color css

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

 a { background-color: rgb(40,116,109); }

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

border-color css

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

 span { border-color: rgb(40,116,109); }

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