Html Css Color HEX #287C72 Elm

📋 copy color: '#287C72'

red 40 ◦ green 124 ◦ blue 114

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

Shades of Elm #287C72

Tints of Elm #287C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

 BLUE value IS 114 (44.92% from 255) = 41.01%

R = 14.39%
G = 44.6%
B = 41.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#287C72 (or 0x287C72) is known color: Elm. HEX triplet: 28, 7C and 72. RGB value is (40,124,114). Sum of RGB (Red+Green+Blue) = 40+124+114=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #287C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C72 is #D7838D. Grayscale: #616161. Windows color (decimal): -14123918 or 7502888. OLE color: 7502888.

HSL color Cylindrical-coordinate representation of color #287C72: hue angle of 172.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C72 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 124 114 -
CMYK 0.68 0 0.08 0.51
HSL 172.86º 0.51% 0.32% -
HSV(B) 172.86º 0.68% 0.49% -
XYZ 11.12 16.08 18.44 -
YUV 97.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 40 124 114 0.68 0 0.08 0.51 172.86 0.51 0.32
Hex 28 7C 72 44 0 8 33 AD 33 20
Octal 50 174 162 104 0 10 63 255 63 40
Binary 101000 1111100 1110010 1000100 0 1000 110011 10101101 110011 100000

Color Harmonies of #287C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C72

Black with #287C72

Text Example


Text Example

White with #287C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,124,114); }

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

background-color css

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

 a { background-color: rgb(40,124,114); }

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

border-color css

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

 span { border-color: rgb(40,124,114); }

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