Html Css Color HEX #288D65 Elf Green

📋 copy color: '#288D65'

red 40 ◦ green 141 ◦ blue 101

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

Shades of Elf Green #288D65

Tints of Elf Green #288D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 14.18%
G = 50%
B = 35.82%

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

#288D65 (or 0x288D65) is known color: Elf Green. HEX triplet: 28, 8D and 65. RGB value is (40,141,101). Sum of RGB (Red+Green+Blue) = 40+141+101=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #288D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D65 is #D7729A. Grayscale: #6A6A6A. Windows color (decimal): -14119579 or 6655272. OLE color: 6655272.

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

Color convert

RGB 40 141 101 -
CMYK 0.72 0 0.28 0.45
HSL 156.24º 0.56% 0.35% -
HSV(B) 156.24º 0.72% 0.55% -
XYZ 12.75 20.44 15.59 -
YUV 106.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 40 141 101 0.72 0 0.28 0.45 156.24 0.56 0.35
Hex 28 8D 65 48 0 1C 2D 9C 38 23
Octal 50 215 145 110 0 34 55 234 70 43
Binary 101000 10001101 1100101 1001000 0 11100 101101 10011100 111000 100011

Color Harmonies of #288D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D65

Black with #288D65

Text Example


Text Example

White with #288D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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