Html Css Color HEX #248371 Elf Green

📋 copy color: '#248371'

red 36 ◦ green 131 ◦ blue 113

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

Shades of Elf Green #248371

Tints of Elf Green #248371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.79%

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

R = 12.86%
G = 46.79%
B = 40.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#248371 (or 0x248371) is known color: Elf Green. HEX triplet: 24, 83 and 71. RGB value is (36,131,113). Sum of RGB (Red+Green+Blue) = 36+131+113=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #248371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248371 is #DB7C8E. Grayscale: #646464. Windows color (decimal): -14384271 or 7439140. OLE color: 7439140.

HSL color Cylindrical-coordinate representation of color #248371: hue angle of 168.63º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248371 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 131 113 -
CMYK 0.73 0 0.14 0.49
HSL 168.63º 0.57% 0.33% -
HSV(B) 168.63º 0.73% 0.51% -
XYZ 11.82 17.8 18.44 -
YUV 100.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 36 131 113 0.73 0 0.14 0.49 168.63 0.57 0.33
Hex 24 83 71 49 0 E 31 A9 39 21
Octal 44 203 161 111 0 16 61 251 71 41
Binary 100100 10000011 1110001 1001001 0 1110 110001 10101001 111001 100001

Color Harmonies of #248371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248371

Black with #248371

Text Example


Text Example

White with #248371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248371; }

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

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

background-color css

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

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

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

border-color css

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

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

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