Html Css Color HEX #288D73 Elf Green

📋 copy color: '#288D73'

red 40 ◦ green 141 ◦ blue 115

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

Shades of Elf Green #288D73

Tints of Elf Green #288D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 13.51%
G = 47.64%
B = 38.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#288D73 (or 0x288D73) is known color: Elf Green. HEX triplet: 28, 8D and 73. RGB value is (40,141,115). Sum of RGB (Red+Green+Blue) = 40+141+115=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #288D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D73 is #D7728C. Grayscale: #6B6B6B. Windows color (decimal): -14119565 or 7572776. OLE color: 7572776.

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

Color convert

RGB 40 141 115 -
CMYK 0.72 0 0.18 0.45
HSL 164.55º 0.56% 0.35% -
HSV(B) 164.55º 0.72% 0.55% -
XYZ 13.49 20.74 19.51 -
YUV 107.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 40 141 115 0.72 0 0.18 0.45 164.55 0.56 0.35
Hex 28 8D 73 48 0 12 2D A5 38 23
Octal 50 215 163 110 0 22 55 245 70 43
Binary 101000 10001101 1110011 1001000 0 10010 101101 10100101 111000 100011

Color Harmonies of #288D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288D73

Black with #288D73

Text Example


Text Example

White with #288D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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