Html Css Color HEX #288E67 Elf Green

📋 copy color: '#288E67'

red 40 ◦ green 142 ◦ blue 103

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

Shades of Elf Green #288E67

Tints of Elf Green #288E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.14%

R = 14.04%
G = 49.82%
B = 36.14%

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

#288E67 (or 0x288E67) is known color: Elf Green. HEX triplet: 28, 8E and 67. RGB value is (40,142,103). Sum of RGB (Red+Green+Blue) = 40+142+103=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #288E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E67 is #D77198. Grayscale: #6B6B6B. Windows color (decimal): -14119321 or 6786600. OLE color: 6786600.

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

Color convert

RGB 40 142 103 -
CMYK 0.72 0 0.27 0.44
HSL 157.06º 0.56% 0.36% -
HSV(B) 157.06º 0.72% 0.56% -
XYZ 13 20.78 16.16 -
YUV 107.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 40 142 103 0.72 0 0.27 0.44 157.06 0.56 0.36
Hex 28 8E 67 48 0 1B 2C 9D 38 24
Octal 50 216 147 110 0 33 54 235 70 44
Binary 101000 10001110 1100111 1001000 0 11011 101100 10011101 111000 100100

Color Harmonies of #288E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288E67

Black with #288E67

Text Example


Text Example

White with #288E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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