Html Css Color HEX #248D63 Elf Green

📋 copy color: '#248D63'

red 36 ◦ green 141 ◦ blue 99

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

Shades of Elf Green #248D63

Tints of Elf Green #248D63

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.09%

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 13.04%
G = 51.09%
B = 35.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#248D63 (or 0x248D63) is known color: Elf Green. HEX triplet: 24, 8D and 63. RGB value is (36,141,99). Sum of RGB (Red+Green+Blue) = 36+141+99=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #248D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D63 is #DB729C. Grayscale: #686868. Windows color (decimal): -14381725 or 6524196. OLE color: 6524196.

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

Color convert

RGB 36 141 99 -
CMYK 0.74 0 0.30 0.45
HSL 156º 0.59% 0.35% -
HSV(B) 156º 0.74% 0.55% -
XYZ 12.5 20.33 15.07 -
YUV 104.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 36 141 99 0.74 0 0.30 0.45 156 0.59 0.35
Hex 24 8D 63 4A 0 1E 2D 9C 3B 23
Octal 44 215 143 112 0 36 55 234 73 43
Binary 100100 10001101 1100011 1001010 0 11110 101101 10011100 111011 100011

Color Harmonies of #248D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D63

Black with #248D63

Text Example


Text Example

White with #248D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,141,99); }

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

background-color css

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

 a { background-color: rgb(36,141,99); }

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

border-color css

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

 span { border-color: rgb(36,141,99); }

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