Html Css Color HEX #287271 Elm

📋 copy color: '#287271'

red 40 ◦ green 114 ◦ blue 113

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

Shades of Elm #287271

Tints of Elm #287271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

 BLUE value IS 113 (44.53% from 255) = 42.32%

R = 14.98%
G = 42.7%
B = 42.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#287271 (or 0x287271) is known color: Elm. HEX triplet: 28, 72 and 71. RGB value is (40,114,113). Sum of RGB (Red+Green+Blue) = 40+114+113=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #287271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287271 is #D78D8E. Grayscale: #5B5B5B. Windows color (decimal): -14126479 or 7434792. OLE color: 7434792.

HSL color Cylindrical-coordinate representation of color #287271: hue angle of 179.19º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287271 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 114 113 -
CMYK 0.65 0 0.01 0.55
HSL 179.19º 0.48% 0.3% -
HSV(B) 179.19º 0.65% 0.45% -
XYZ 9.87 13.68 17.74 -
YUV 91.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 40 114 113 0.65 0 0.01 0.55 179.19 0.48 0.3
Hex 28 72 71 41 0 1 37 B3 30 1E
Octal 50 162 161 101 0 1 67 263 60 36
Binary 101000 1110010 1110001 1000001 0 1 110111 10110011 110000 11110

Color Harmonies of #287271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287271

Black with #287271

Text Example


Text Example

White with #287271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287271; }

 p { color: rgb(40,114,113); }

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

background-color css

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

 a { background-color: rgb(40,114,113); }

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

border-color css

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

 span { border-color: rgb(40,114,113); }

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