Html Css Color HEX #288D66 Elf Green

📋 copy color: '#288D66'

red 40 ◦ green 141 ◦ blue 102

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

Shades of Elf Green #288D66

Tints of Elf Green #288D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.82%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 14.13%
G = 49.82%
B = 36.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#288D66 (or 0x288D66) is known color: Elf Green. HEX triplet: 28, 8D and 66. RGB value is (40,141,102). Sum of RGB (Red+Green+Blue) = 40+141+102=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #288D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D66 is #D77299. Grayscale: #6A6A6A. Windows color (decimal): -14119578 or 6720808. OLE color: 6720808.

HSL color Cylindrical-coordinate representation of color #288D66: hue angle of 156.83º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D66 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 141 102 -
CMYK 0.72 0 0.28 0.45
HSL 156.83º 0.56% 0.35% -
HSV(B) 156.83º 0.72% 0.55% -
XYZ 12.8 20.46 15.85 -
YUV 106.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 40 141 102 0.72 0 0.28 0.45 156.83 0.56 0.35
Hex 28 8D 66 48 0 1C 2D 9D 38 23
Octal 50 215 146 110 0 34 55 235 70 43
Binary 101000 10001101 1100110 1001000 0 11100 101101 10011101 111000 100011

Color Harmonies of #288D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D66

Black with #288D66

Text Example


Text Example

White with #288D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,141,102); }

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

background-color css

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

 a { background-color: rgb(40,141,102); }

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

border-color css

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

 span { border-color: rgb(40,141,102); }

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