Html Css Color HEX #287775 Elm

📋 copy color: '#287775'

red 40 ◦ green 119 ◦ blue 117

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

Shades of Elm #287775

Tints of Elm #287775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 14.49%
G = 43.12%
B = 42.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#287775 (or 0x287775) is known color: Elm. HEX triplet: 28, 77 and 75. RGB value is (40,119,117). Sum of RGB (Red+Green+Blue) = 40+119+117=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #287775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287775 is #D7888A. Grayscale: #5F5F5F. Windows color (decimal): -14125195 or 7698216. OLE color: 7698216.

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

Color convert

RGB 40 119 117 -
CMYK 0.66 0 0.02 0.53
HSL 178.48º 0.5% 0.31% -
HSV(B) 178.48º 0.66% 0.47% -
XYZ 10.68 14.93 19.15 -
YUV 95.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 40 119 117 0.66 0 0.02 0.53 178.48 0.5 0.31
Hex 28 77 75 42 0 2 35 B2 32 1F
Octal 50 167 165 102 0 2 65 262 62 37
Binary 101000 1110111 1110101 1000010 0 10 110101 10110010 110010 11111

Color Harmonies of #287775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287775

Black with #287775

Text Example


Text Example

White with #287775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287775; }

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

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

background-color css

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

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

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

border-color css

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

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

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