Html Css Color HEX #288E78 Elf Green

📋 copy color: '#288E78'

red 40 ◦ green 142 ◦ blue 120

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

Shades of Elf Green #288E78

Tints of Elf Green #288E78

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.02%

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

R = 13.25%
G = 47.02%
B = 39.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#288E78 (or 0x288E78) is known color: Elf Green. HEX triplet: 28, 8E and 78. RGB value is (40,142,120). Sum of RGB (Red+Green+Blue) = 40+142+120=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #288E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E78 is #D77187. Grayscale: #6C6C6C. Windows color (decimal): -14119304 or 7900712. OLE color: 7900712.

HSL color Cylindrical-coordinate representation of color #288E78: hue angle of 167.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E78 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 142 120 -
CMYK 0.72 0 0.15 0.44
HSL 167.06º 0.56% 0.36% -
HSV(B) 167.06º 0.72% 0.56% -
XYZ 13.94 21.15 21.12 -
YUV 108.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 40 142 120 0.72 0 0.15 0.44 167.06 0.56 0.36
Hex 28 8E 78 48 0 F 2C A7 38 24
Octal 50 216 170 110 0 17 54 247 70 44
Binary 101000 10001110 1111000 1001000 0 1111 101100 10100111 111000 100100

Color Harmonies of #288E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E78

Black with #288E78

Text Example


Text Example

White with #288E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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