Html Css Color HEX #288E70 Elf Green

📋 copy color: '#288E70'

red 40 ◦ green 142 ◦ blue 112

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

Shades of Elf Green #288E70

Tints of Elf Green #288E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 13.61%
G = 48.3%
B = 38.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#288E70 (or 0x288E70) is known color: Elf Green. HEX triplet: 28, 8E and 70. RGB value is (40,142,112). Sum of RGB (Red+Green+Blue) = 40+142+112=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #288E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E70 is #D7718F. Grayscale: #6C6C6C. Windows color (decimal): -14119312 or 7376424. OLE color: 7376424.

HSL color Cylindrical-coordinate representation of color #288E70: hue angle of 162.35º 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 #288E70 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 142 112 -
CMYK 0.72 0 0.21 0.44
HSL 162.35º 0.56% 0.36% -
HSV(B) 162.35º 0.72% 0.56% -
XYZ 13.47 20.97 18.67 -
YUV 108.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 40 142 112 0.72 0 0.21 0.44 162.35 0.56 0.36
Hex 28 8E 70 48 0 15 2C A2 38 24
Octal 50 216 160 110 0 25 54 242 70 44
Binary 101000 10001110 1110000 1001000 0 10101 101100 10100010 111000 100100

Color Harmonies of #288E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E70

Black with #288E70

Text Example


Text Example

White with #288E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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