Html Css Color HEX #249164 Elf Green

📋 copy color: '#249164'

red 36 ◦ green 145 ◦ blue 100

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

Shades of Elf Green #249164

Tints of Elf Green #249164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

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

R = 12.81%
G = 51.6%
B = 35.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#249164 (or 0x249164) is known color: Elf Green. HEX triplet: 24, 91 and 64. RGB value is (36,145,100). Sum of RGB (Red+Green+Blue) = 36+145+100=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #249164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249164 is #DB6E9B. Grayscale: #6B6B6B. Windows color (decimal): -14380700 or 6590756. OLE color: 6590756.

HSL color Cylindrical-coordinate representation of color #249164: hue angle of 155.23º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249164 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 145 100 -
CMYK 0.75 0 0.31 0.43
HSL 155.23º 0.6% 0.35% -
HSV(B) 155.23º 0.75% 0.57% -
XYZ 13.15 21.55 15.52 -
YUV 107.28 123.89 77.16 -
System Red Green Blue C M Y K H S L
Decimal 36 145 100 0.75 0 0.31 0.43 155.23 0.6 0.35
Hex 24 91 64 4B 0 1F 2B 9B 3C 23
Octal 44 221 144 113 0 37 53 233 74 43
Binary 100100 10010001 1100100 1001011 0 11111 101011 10011011 111100 100011

Color Harmonies of #249164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249164

Black with #249164

Text Example


Text Example

White with #249164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249164; }

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

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

background-color css

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

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

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

border-color css

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

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

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