Html Css Color HEX #248C64 Elf Green

📋 copy color: '#248C64'

red 36 ◦ green 140 ◦ blue 100

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

Shades of Elf Green #248C64

Tints of Elf Green #248C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 13.04%
G = 50.72%
B = 36.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#248C64 (or 0x248C64) is known color: Elf Green. HEX triplet: 24, 8C and 64. RGB value is (36,140,100). Sum of RGB (Red+Green+Blue) = 36+140+100=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #248C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C64 is #DB739B. Grayscale: #686868. Windows color (decimal): -14381980 or 6589476. OLE color: 6589476.

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

Color convert

RGB 36 140 100 -
CMYK 0.74 0 0.29 0.45
HSL 156.92º 0.59% 0.35% -
HSV(B) 156.92º 0.74% 0.55% -
XYZ 12.41 20.05 15.27 -
YUV 104.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 36 140 100 0.74 0 0.29 0.45 156.92 0.59 0.35
Hex 24 8C 64 4A 0 1D 2D 9D 3B 23
Octal 44 214 144 112 0 35 55 235 73 43
Binary 100100 10001100 1100100 1001010 0 11101 101101 10011101 111011 100011

Color Harmonies of #248C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C64

Black with #248C64

Text Example


Text Example

White with #248C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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