Html Css Color HEX #248364 Elf Green

📋 copy color: '#248364'

red 36 ◦ green 131 ◦ blue 100

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

Shades of Elf Green #248364

Tints of Elf Green #248364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

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

R = 13.48%
G = 49.06%
B = 37.45%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#248364 (or 0x248364) is known color: Elf Green. HEX triplet: 24, 83 and 64. RGB value is (36,131,100). Sum of RGB (Red+Green+Blue) = 36+131+100=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #248364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248364 is #DB7C9B. Grayscale: #636363. Windows color (decimal): -14384284 or 6587172. OLE color: 6587172.

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

Color convert

RGB 36 131 100 -
CMYK 0.73 0 0.24 0.49
HSL 160.42º 0.57% 0.33% -
HSV(B) 160.42º 0.73% 0.51% -
XYZ 11.14 17.53 14.85 -
YUV 99.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 36 131 100 0.73 0 0.24 0.49 160.42 0.57 0.33
Hex 24 83 64 49 0 18 31 A0 39 21
Octal 44 203 144 111 0 30 61 240 71 41
Binary 100100 10000011 1100100 1001001 0 11000 110001 10100000 111001 100001

Color Harmonies of #248364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248364

Black with #248364

Text Example


Text Example

White with #248364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248364; }

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

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

background-color css

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

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

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

border-color css

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

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

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