Html Css Color HEX #248C73 Elf Green

📋 copy color: '#248C73'

red 36 ◦ green 140 ◦ blue 115

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

Shades of Elf Green #248C73

Tints of Elf Green #248C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.11%

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

R = 12.37%
G = 48.11%
B = 39.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#248C73 (or 0x248C73) is known color: Elf Green. HEX triplet: 24, 8C and 73. RGB value is (36,140,115). Sum of RGB (Red+Green+Blue) = 36+140+115=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #248C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C73 is #DB738C. Grayscale: #6A6A6A. Windows color (decimal): -14381965 or 7572516. OLE color: 7572516.

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

Color convert

RGB 36 140 115 -
CMYK 0.74 0 0.18 0.45
HSL 165.58º 0.59% 0.35% -
HSV(B) 165.58º 0.74% 0.55% -
XYZ 13.2 20.37 19.46 -
YUV 106.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 36 140 115 0.74 0 0.18 0.45 165.58 0.59 0.35
Hex 24 8C 73 4A 0 12 2D A6 3B 23
Octal 44 214 163 112 0 22 55 246 73 43
Binary 100100 10001100 1110011 1001010 0 10010 101101 10100110 111011 100011

Color Harmonies of #248C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C73

Black with #248C73

Text Example


Text Example

White with #248C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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