Html Css Color HEX #248D71 Elf Green

📋 copy color: '#248D71'

red 36 ◦ green 141 ◦ blue 113

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

Shades of Elf Green #248D71

Tints of Elf Green #248D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 12.41%
G = 48.62%
B = 38.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#248D71 (or 0x248D71) is known color: Elf Green. HEX triplet: 24, 8D and 71. RGB value is (36,141,113). Sum of RGB (Red+Green+Blue) = 36+141+113=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #248D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D71 is #DB728E. Grayscale: #6A6A6A. Windows color (decimal): -14381711 or 7441700. OLE color: 7441700.

HSL color Cylindrical-coordinate representation of color #248D71: hue angle of 164º 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 #248D71 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 113 -
CMYK 0.74 0 0.20 0.45
HSL 164º 0.59% 0.35% -
HSV(B) 164º 0.74% 0.55% -
XYZ 13.23 20.62 18.9 -
YUV 106.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 36 141 113 0.74 0 0.20 0.45 164 0.59 0.35
Hex 24 8D 71 4A 0 14 2D A4 3B 23
Octal 44 215 161 112 0 24 55 244 73 43
Binary 100100 10001101 1110001 1001010 0 10100 101101 10100100 111011 100011

Color Harmonies of #248D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D71

Black with #248D71

Text Example


Text Example

White with #248D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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