Html Css Color HEX #248B73 Elf Green

📋 copy color: '#248B73'

red 36 ◦ green 139 ◦ blue 115

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

Shades of Elf Green #248B73

Tints of Elf Green #248B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.93%

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

R = 12.41%
G = 47.93%
B = 39.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#248B73 (or 0x248B73) is known color: Elf Green. HEX triplet: 24, 8B and 73. RGB value is (36,139,115). Sum of RGB (Red+Green+Blue) = 36+139+115=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #248B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B73 is #DB748C. Grayscale: #696969. Windows color (decimal): -14382221 or 7572260. OLE color: 7572260.

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

Color convert

RGB 36 139 115 -
CMYK 0.74 0 0.17 0.45
HSL 166.02º 0.59% 0.34% -
HSV(B) 166.02º 0.74% 0.55% -
XYZ 13.05 20.08 19.41 -
YUV 105.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 36 139 115 0.74 0 0.17 0.45 166.02 0.59 0.34
Hex 24 8B 73 4A 0 11 2D A6 3B 22
Octal 44 213 163 112 0 21 55 246 73 42
Binary 100100 10001011 1110011 1001010 0 10001 101101 10100110 111011 100010

Color Harmonies of #248B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B73

Black with #248B73

Text Example


Text Example

White with #248B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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