Html Css Color HEX #248564 Elf Green

📋 copy color: '#248564'

red 36 ◦ green 133 ◦ blue 100

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

Shades of Elf Green #248564

Tints of Elf Green #248564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

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

R = 13.38%
G = 49.44%
B = 37.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#248564 (or 0x248564) is known color: Elf Green. HEX triplet: 24, 85 and 64. RGB value is (36,133,100). Sum of RGB (Red+Green+Blue) = 36+133+100=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #248564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248564 is #DB7A9B. Grayscale: #646464. Windows color (decimal): -14383772 or 6587684. OLE color: 6587684.

HSL color Cylindrical-coordinate representation of color #248564: hue angle of 159.59º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248564 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 100 -
CMYK 0.73 0 0.25 0.48
HSL 159.59º 0.57% 0.33% -
HSV(B) 159.59º 0.73% 0.52% -
XYZ 11.42 18.07 14.94 -
YUV 100.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 36 133 100 0.73 0 0.25 0.48 159.59 0.57 0.33
Hex 24 85 64 49 0 19 30 A0 39 21
Octal 44 205 144 111 0 31 60 240 71 41
Binary 100100 10000101 1100100 1001001 0 11001 110000 10100000 111001 100001

Color Harmonies of #248564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248564

Black with #248564

Text Example


Text Example

White with #248564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248564; }

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

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

background-color css

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

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

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

border-color css

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

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

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