Html Css Color HEX #287975 Elm

📋 copy color: '#287975'

red 40 ◦ green 121 ◦ blue 117

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

Shades of Elm #287975

Tints of Elm #287975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

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

R = 14.39%
G = 43.53%
B = 42.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#287975 (or 0x287975) is known color: Elm. HEX triplet: 28, 79 and 75. RGB value is (40,121,117). Sum of RGB (Red+Green+Blue) = 40+121+117=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #287975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287975 is #D7868A. Grayscale: #606060. Windows color (decimal): -14124683 or 7698728. OLE color: 7698728.

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

Color convert

RGB 40 121 117 -
CMYK 0.67 0 0.03 0.53
HSL 177.04º 0.5% 0.32% -
HSV(B) 177.04º 0.67% 0.47% -
XYZ 10.92 15.41 19.23 -
YUV 96.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 40 121 117 0.67 0 0.03 0.53 177.04 0.5 0.32
Hex 28 79 75 43 0 3 35 B1 32 20
Octal 50 171 165 103 0 3 65 261 62 40
Binary 101000 1111001 1110101 1000011 0 11 110101 10110001 110010 100000

Color Harmonies of #287975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287975

Black with #287975

Text Example


Text Example

White with #287975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287975; }

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

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

background-color css

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

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

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

border-color css

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

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

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