Html Css Color HEX #248971 Elf Green

📋 copy color: '#248971'

red 36 ◦ green 137 ◦ blue 113

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

Shades of Elf Green #248971

Tints of Elf Green #248971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

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

R = 12.59%
G = 47.9%
B = 39.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#248971 (or 0x248971) is known color: Elf Green. HEX triplet: 24, 89 and 71. RGB value is (36,137,113). Sum of RGB (Red+Green+Blue) = 36+137+113=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #248971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248971 is #DB768E. Grayscale: #686868. Windows color (decimal): -14382735 or 7440676. OLE color: 7440676.

HSL color Cylindrical-coordinate representation of color #248971: hue angle of 165.74º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248971 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 113 -
CMYK 0.74 0 0.18 0.46
HSL 165.74º 0.58% 0.34% -
HSV(B) 165.74º 0.74% 0.54% -
XYZ 12.65 19.46 18.71 -
YUV 104.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 36 137 113 0.74 0 0.18 0.46 165.74 0.58 0.34
Hex 24 89 71 4A 0 12 2E A6 3A 22
Octal 44 211 161 112 0 22 56 246 72 42
Binary 100100 10001001 1110001 1001010 0 10010 101110 10100110 111010 100010

Color Harmonies of #248971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248971

Black with #248971

Text Example


Text Example

White with #248971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248971; }

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

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

background-color css

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

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

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

border-color css

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

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

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