Html Css Color HEX #288278 Elm

📋 copy color: '#288278'

red 40 ◦ green 130 ◦ blue 120

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

Shades of Elm #288278

Tints of Elm #288278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

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

R = 13.79%
G = 44.83%
B = 41.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#288278 (or 0x288278) is known color: Elm. HEX triplet: 28, 82 and 78. RGB value is (40,130,120). Sum of RGB (Red+Green+Blue) = 40+130+120=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #288278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288278 is #D77D87. Grayscale: #656565. Windows color (decimal): -14122376 or 7897640. OLE color: 7897640.

HSL color Cylindrical-coordinate representation of color #288278: hue angle of 173.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288278 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 130 120 -
CMYK 0.69 0 0.08 0.49
HSL 173.33º 0.53% 0.33% -
HSV(B) 173.33º 0.69% 0.51% -
XYZ 12.25 17.77 20.55 -
YUV 101.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 40 130 120 0.69 0 0.08 0.49 173.33 0.53 0.33
Hex 28 82 78 45 0 8 31 AD 35 21
Octal 50 202 170 105 0 10 61 255 65 41
Binary 101000 10000010 1111000 1000101 0 1000 110001 10101101 110101 100001

Color Harmonies of #288278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288278

Black with #288278

Text Example


Text Example

White with #288278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288278; }

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

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

background-color css

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

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

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

border-color css

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

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

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