Html Css Color HEX #287F74 Elm

📋 copy color: '#287F74'

red 40 ◦ green 127 ◦ blue 116

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

Shades of Elm #287F74

Tints of Elm #287F74

RGB

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

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

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

R = 14.13%
G = 44.88%
B = 40.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#287F74 (or 0x287F74) is known color: Elm. HEX triplet: 28, 7F and 74. RGB value is (40,127,116). Sum of RGB (Red+Green+Blue) = 40+127+116=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #287F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287F74 is #D7808B. Grayscale: #636363. Windows color (decimal): -14123148 or 7634728. OLE color: 7634728.

HSL color Cylindrical-coordinate representation of color #287F74: hue angle of 172.41º 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 #287F74 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 127 116 -
CMYK 0.69 0 0.09 0.50
HSL 172.41º 0.52% 0.33% -
HSV(B) 172.41º 0.69% 0.5% -
XYZ 11.62 16.89 19.17 -
YUV 99.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 40 127 116 0.69 0 0.09 0.50 172.41 0.52 0.33
Hex 28 7F 74 45 0 9 32 AC 34 21
Octal 50 177 164 105 0 11 62 254 64 41
Binary 101000 1111111 1110100 1000101 0 1001 110010 10101100 110100 100001

Color Harmonies of #287F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287F74

Black with #287F74

Text Example


Text Example

White with #287F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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