Html Css Color HEX #287F75 Elm

📋 copy color: '#287F75'

red 40 ◦ green 127 ◦ blue 117

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

Shades of Elm #287F75

Tints of Elm #287F75

RGB

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

 GREEN value IS 127 (50% from 255) = 44.72%

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

R = 14.08%
G = 44.72%
B = 41.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#287F75 (or 0x287F75) is known color: Elm. HEX triplet: 28, 7F and 75. RGB value is (40,127,117). Sum of RGB (Red+Green+Blue) = 40+127+117=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #287F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287F75 is #D7808A. Grayscale: #636363. Windows color (decimal): -14123147 or 7700264. OLE color: 7700264.

HSL color Cylindrical-coordinate representation of color #287F75: hue angle of 173.1º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287F75 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 127 117 -
CMYK 0.69 0 0.08 0.50
HSL 173.1º 0.52% 0.33% -
HSV(B) 173.1º 0.69% 0.5% -
XYZ 11.68 16.91 19.48 -
YUV 99.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 40 127 117 0.69 0 0.08 0.50 173.1 0.52 0.33
Hex 28 7F 75 45 0 8 32 AD 34 21
Octal 50 177 165 105 0 10 62 255 64 41
Binary 101000 1111111 1110101 1000101 0 1000 110010 10101101 110100 100001

Color Harmonies of #287F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287F75

Black with #287F75

Text Example


Text Example

White with #287F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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