Html Css Color HEX #287873 Elm

📋 copy color: '#287873'

red 40 ◦ green 120 ◦ blue 115

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

Shades of Elm #287873

Tints of Elm #287873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.64%

 BLUE value IS 115 (45.31% from 255) = 41.82%

R = 14.55%
G = 43.64%
B = 41.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#287873 (or 0x287873) is known color: Elm. HEX triplet: 28, 78 and 73. RGB value is (40,120,115). Sum of RGB (Red+Green+Blue) = 40+120+115=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #287873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287873 is #D7878C. Grayscale: #5F5F5F. Windows color (decimal): -14124941 or 7567400. OLE color: 7567400.

HSL color Cylindrical-coordinate representation of color #287873: hue angle of 176.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287873 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 120 115 -
CMYK 0.67 0 0.04 0.53
HSL 176.25º 0.5% 0.31% -
HSV(B) 176.25º 0.67% 0.47% -
XYZ 10.69 15.12 18.58 -
YUV 95.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 40 120 115 0.67 0 0.04 0.53 176.25 0.5 0.31
Hex 28 78 73 43 0 4 35 B0 32 1F
Octal 50 170 163 103 0 4 65 260 62 37
Binary 101000 1111000 1110011 1000011 0 100 110101 10110000 110010 11111

Color Harmonies of #287873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287873

Black with #287873

Text Example


Text Example

White with #287873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287873; }

 p { color: rgb(40,120,115); }

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

background-color css

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

 a { background-color: rgb(40,120,115); }

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

border-color css

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

 span { border-color: rgb(40,120,115); }

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