Html Css Color HEX #248D76 Elf Green

📋 copy color: '#248D76'

red 36 ◦ green 141 ◦ blue 118

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

Shades of Elf Green #248D76

Tints of Elf Green #248D76

RGB

 RED value IS 36 (14.45% from 255) = 12.2%

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

 BLUE value IS 118 (46.48% from 255) = 40%

R = 12.2%
G = 47.8%
B = 40%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#248D76 (or 0x248D76) is known color: Elf Green. HEX triplet: 24, 8D and 76. RGB value is (36,141,118). Sum of RGB (Red+Green+Blue) = 36+141+118=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #248D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D76 is #DB7289. Grayscale: #6A6A6A. Windows color (decimal): -14381706 or 7769380. OLE color: 7769380.

HSL color Cylindrical-coordinate representation of color #248D76: hue angle of 166.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D76 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 118 -
CMYK 0.74 0 0.16 0.45
HSL 166.86º 0.59% 0.35% -
HSV(B) 166.86º 0.74% 0.55% -
XYZ 13.52 20.73 20.43 -
YUV 106.98 134.21 77.37 -
System Red Green Blue C M Y K H S L
Decimal 36 141 118 0.74 0 0.16 0.45 166.86 0.59 0.35
Hex 24 8D 76 4A 0 10 2D A7 3B 23
Octal 44 215 166 112 0 20 55 247 73 43
Binary 100100 10001101 1110110 1001010 0 10000 101101 10100111 111011 100011

Color Harmonies of #248D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D76

Black with #248D76

Text Example


Text Example

White with #248D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248D76; }

 p { color: rgb(36,141,118); }

 H1.HeaderClassName
 {
   color: #248D76;
 }
 .AnyTagClassName
 {
   color: #248D76;
 }
</style>

background-color css

<style>
 a { background-color: #248D76; }

 a { background-color: rgb(36,141,118); }

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

border-color css

<style>
 span { border-color: #248D76; }

 span { border-color: rgb(36,141,118); }

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