Html Css Color HEX #288478 Elm

📋 copy color: '#288478'

red 40 ◦ green 132 ◦ blue 120

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

Shades of Elm #288478

Tints of Elm #288478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

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

R = 13.7%
G = 45.21%
B = 41.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#288478 (or 0x288478) is known color: Elm. HEX triplet: 28, 84 and 78. RGB value is (40,132,120). Sum of RGB (Red+Green+Blue) = 40+132+120=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #288478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288478 is #D77B87. Grayscale: #676767. Windows color (decimal): -14121864 or 7898152. OLE color: 7898152.

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

Color convert

RGB 40 132 120 -
CMYK 0.70 0 0.09 0.48
HSL 172.17º 0.53% 0.34% -
HSV(B) 172.17º 0.7% 0.52% -
XYZ 12.52 18.31 20.64 -
YUV 103.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 40 132 120 0.70 0 0.09 0.48 172.17 0.53 0.34
Hex 28 84 78 46 0 9 30 AC 35 22
Octal 50 204 170 106 0 11 60 254 65 42
Binary 101000 10000100 1111000 1000110 0 1001 110000 10101100 110101 100010

Color Harmonies of #288478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288478

Black with #288478

Text Example


Text Example

White with #288478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288478; }

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

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

background-color css

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

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

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

border-color css

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

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

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