Html Css Color HEX #287874 Elm

📋 copy color: '#287874'

red 40 ◦ green 120 ◦ blue 116

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

Shades of Elm #287874

Tints of Elm #287874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 14.49%
G = 43.48%
B = 42.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#287874 (or 0x287874) is known color: Elm. HEX triplet: 28, 78 and 74. RGB value is (40,120,116). Sum of RGB (Red+Green+Blue) = 40+120+116=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #287874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287874 is #D7878B. Grayscale: #5F5F5F. Windows color (decimal): -14124940 or 7632936. OLE color: 7632936.

HSL color Cylindrical-coordinate representation of color #287874: hue angle of 177º 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 #287874 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 120 116 -
CMYK 0.67 0 0.03 0.53
HSL 177º 0.5% 0.31% -
HSV(B) 177º 0.67% 0.47% -
XYZ 10.74 15.15 18.88 -
YUV 95.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 40 120 116 0.67 0 0.03 0.53 177 0.5 0.31
Hex 28 78 74 43 0 3 35 B1 32 1F
Octal 50 170 164 103 0 3 65 261 62 37
Binary 101000 1111000 1110100 1000011 0 11 110101 10110001 110010 11111

Color Harmonies of #287874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287874

Black with #287874

Text Example


Text Example

White with #287874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287874; }

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

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

background-color css

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

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

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

border-color css

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

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

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