Html Css Color HEX #288678 Elm

📋 copy color: '#288678'

red 40 ◦ green 134 ◦ blue 120

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

Shades of Elm #288678

Tints of Elm #288678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.58%

 BLUE value IS 120 (47.27% from 255) = 40.82%

R = 13.61%
G = 45.58%
B = 40.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#288678 (or 0x288678) is known color: Elm. HEX triplet: 28, 86 and 78. RGB value is (40,134,120). Sum of RGB (Red+Green+Blue) = 40+134+120=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #288678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288678 is #D77987. Grayscale: #686868. Windows color (decimal): -14121352 or 7898664. OLE color: 7898664.

HSL color Cylindrical-coordinate representation of color #288678: hue angle of 171.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288678 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 134 120 -
CMYK 0.70 0 0.10 0.47
HSL 171.06º 0.54% 0.34% -
HSV(B) 171.06º 0.7% 0.53% -
XYZ 12.79 18.86 20.74 -
YUV 104.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 40 134 120 0.70 0 0.10 0.47 171.06 0.54 0.34
Hex 28 86 78 46 0 A 2F AB 36 22
Octal 50 206 170 106 0 12 57 253 66 42
Binary 101000 10000110 1111000 1000110 0 1010 101111 10101011 110110 100010

Color Harmonies of #288678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288678

Black with #288678

Text Example


Text Example

White with #288678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288678; }

 p { color: rgb(40,134,120); }

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

background-color css

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

 a { background-color: rgb(40,134,120); }

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

border-color css

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

 span { border-color: rgb(40,134,120); }

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