Html Css Color HEX #248973 Elf Green

📋 copy color: '#248973'

red 36 ◦ green 137 ◦ blue 115

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

Shades of Elf Green #248973

Tints of Elf Green #248973

RGB

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

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

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

R = 12.5%
G = 47.57%
B = 39.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#248973 (or 0x248973) is known color: Elf Green. HEX triplet: 24, 89 and 73. RGB value is (36,137,115). Sum of RGB (Red+Green+Blue) = 36+137+115=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #248973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248973 is #DB768C. Grayscale: #686868. Windows color (decimal): -14382733 or 7571748. OLE color: 7571748.

HSL color Cylindrical-coordinate representation of color #248973: hue angle of 166.93º 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 #248973 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 137 115 -
CMYK 0.74 0 0.16 0.46
HSL 166.93º 0.58% 0.34% -
HSV(B) 166.93º 0.74% 0.54% -
XYZ 12.77 19.5 19.31 -
YUV 104.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 36 137 115 0.74 0 0.16 0.46 166.93 0.58 0.34
Hex 24 89 73 4A 0 10 2E A7 3A 22
Octal 44 211 163 112 0 20 56 247 72 42
Binary 100100 10001001 1110011 1001010 0 10000 101110 10100111 111010 100010

Color Harmonies of #248973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248973

Black with #248973

Text Example


Text Example

White with #248973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248973; }

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

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

background-color css

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

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

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

border-color css

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

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

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