Html Css Color HEX #288979 Elm

📋 copy color: '#288979'

red 40 ◦ green 137 ◦ blue 121

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

Shades of Elm #288979

Tints of Elm #288979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.97%

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 13.42%
G = 45.97%
B = 40.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#288979 (or 0x288979) is known color: Elm. HEX triplet: 28, 89 and 79. RGB value is (40,137,121). Sum of RGB (Red+Green+Blue) = 40+137+121=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #288979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288979 is #D77686. Grayscale: #6A6A6A. Windows color (decimal): -14120583 or 7964968. OLE color: 7964968.

HSL color Cylindrical-coordinate representation of color #288979: hue angle of 170.1º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288979 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 137 121 -
CMYK 0.71 0 0.12 0.46
HSL 170.1º 0.55% 0.35% -
HSV(B) 170.1º 0.71% 0.54% -
XYZ 13.27 19.72 21.2 -
YUV 106.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 40 137 121 0.71 0 0.12 0.46 170.1 0.55 0.35
Hex 28 89 79 47 0 C 2E AA 37 23
Octal 50 211 171 107 0 14 56 252 67 43
Binary 101000 10001001 1111001 1000111 0 1100 101110 10101010 110111 100011

Color Harmonies of #288979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288979

Black with #288979

Text Example


Text Example

White with #288979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288979; }

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

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

background-color css

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

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

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

border-color css

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

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

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