Html Css Color HEX #287973 Elm

📋 copy color: '#287973'

red 40 ◦ green 121 ◦ blue 115

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

Shades of Elm #287973

Tints of Elm #287973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 14.49%
G = 43.84%
B = 41.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#287973 (or 0x287973) is known color: Elm. HEX triplet: 28, 79 and 73. RGB value is (40,121,115). Sum of RGB (Red+Green+Blue) = 40+121+115=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #287973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287973 is #D7868C. Grayscale: #606060. Windows color (decimal): -14124685 or 7567656. OLE color: 7567656.

HSL color Cylindrical-coordinate representation of color #287973: hue angle of 175.56º 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 #287973 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 121 115 -
CMYK 0.67 0 0.05 0.53
HSL 175.56º 0.5% 0.32% -
HSV(B) 175.56º 0.67% 0.47% -
XYZ 10.81 15.36 18.62 -
YUV 96.1 138.66 87.99 -
System Red Green Blue C M Y K H S L
Decimal 40 121 115 0.67 0 0.05 0.53 175.56 0.5 0.32
Hex 28 79 73 43 0 5 35 B0 32 20
Octal 50 171 163 103 0 5 65 260 62 40
Binary 101000 1111001 1110011 1000011 0 101 110101 10110000 110010 100000

Color Harmonies of #287973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287973

Black with #287973

Text Example


Text Example

White with #287973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287973; }

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

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

background-color css

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

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

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

border-color css

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

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

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