Html Css Color HEX #288E68 Elf Green

📋 copy color: '#288E68'

red 40 ◦ green 142 ◦ blue 104

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

Shades of Elf Green #288E68

Tints of Elf Green #288E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 13.99%
G = 49.65%
B = 36.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#288E68 (or 0x288E68) is known color: Elf Green. HEX triplet: 28, 8E and 68. RGB value is (40,142,104). Sum of RGB (Red+Green+Blue) = 40+142+104=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #288E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E68 is #D77197. Grayscale: #6B6B6B. Windows color (decimal): -14119320 or 6852136. OLE color: 6852136.

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

Color convert

RGB 40 142 104 -
CMYK 0.72 0 0.27 0.44
HSL 157.65º 0.56% 0.36% -
HSV(B) 157.65º 0.72% 0.56% -
XYZ 13.05 20.8 16.42 -
YUV 107.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 40 142 104 0.72 0 0.27 0.44 157.65 0.56 0.36
Hex 28 8E 68 48 0 1B 2C 9E 38 24
Octal 50 216 150 110 0 33 54 236 70 44
Binary 101000 10001110 1101000 1001000 0 11011 101100 10011110 111000 100100

Color Harmonies of #288E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E68

Black with #288E68

Text Example


Text Example

White with #288E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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