Html Css Color HEX #248A64 Elf Green

📋 copy color: '#248A64'

red 36 ◦ green 138 ◦ blue 100

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

Shades of Elf Green #248A64

Tints of Elf Green #248A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.36%

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

R = 13.14%
G = 50.36%
B = 36.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#248A64 (or 0x248A64) is known color: Elf Green. HEX triplet: 24, 8A and 64. RGB value is (36,138,100). Sum of RGB (Red+Green+Blue) = 36+138+100=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #248A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A64 is #DB759B. Grayscale: #676767. Windows color (decimal): -14382492 or 6588964. OLE color: 6588964.

HSL color Cylindrical-coordinate representation of color #248A64: hue angle of 157.65º degrees, saturation: 0.59, 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 #248A64 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 138 100 -
CMYK 0.74 0 0.28 0.46
HSL 157.65º 0.59% 0.34% -
HSV(B) 157.65º 0.74% 0.54% -
XYZ 12.12 19.47 15.18 -
YUV 103.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 36 138 100 0.74 0 0.28 0.46 157.65 0.59 0.34
Hex 24 8A 64 4A 0 1C 2E 9E 3B 22
Octal 44 212 144 112 0 34 56 236 73 42
Binary 100100 10001010 1100100 1001010 0 11100 101110 10011110 111011 100010

Color Harmonies of #248A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248A64

Black with #248A64

Text Example


Text Example

White with #248A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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