Html Css Color HEX #287C75 Elm

📋 copy color: '#287C75'

red 40 ◦ green 124 ◦ blue 117

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

Shades of Elm #287C75

Tints of Elm #287C75

RGB

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

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

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

R = 14.23%
G = 44.13%
B = 41.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#287C75 (or 0x287C75) is known color: Elm. HEX triplet: 28, 7C and 75. RGB value is (40,124,117). Sum of RGB (Red+Green+Blue) = 40+124+117=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #287C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C75 is #D7838A. Grayscale: #626262. Windows color (decimal): -14123915 or 7699496. OLE color: 7699496.

HSL color Cylindrical-coordinate representation of color #287C75: hue angle of 175º 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 #287C75 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 124 117 -
CMYK 0.68 0 0.06 0.51
HSL 175º 0.51% 0.32% -
HSV(B) 175º 0.68% 0.49% -
XYZ 11.29 16.15 19.35 -
YUV 98.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 40 124 117 0.68 0 0.06 0.51 175 0.51 0.32
Hex 28 7C 75 44 0 6 33 AF 33 20
Octal 50 174 165 104 0 6 63 257 63 40
Binary 101000 1111100 1110101 1000100 0 110 110011 10101111 110011 100000

Color Harmonies of #287C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C75

Black with #287C75

Text Example


Text Example

White with #287C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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