Html Css Color HEX #249064 Elf Green

📋 copy color: '#249064'

red 36 ◦ green 144 ◦ blue 100

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

Shades of Elf Green #249064

Tints of Elf Green #249064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.43%

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

R = 12.86%
G = 51.43%
B = 35.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#249064 (or 0x249064) is known color: Elf Green. HEX triplet: 24, 90 and 64. RGB value is (36,144,100). Sum of RGB (Red+Green+Blue) = 36+144+100=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #249064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249064 is #DB6F9B. Grayscale: #6A6A6A. Windows color (decimal): -14380956 or 6590500. OLE color: 6590500.

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

Color convert

RGB 36 144 100 -
CMYK 0.75 0 0.31 0.44
HSL 155.56º 0.6% 0.35% -
HSV(B) 155.56º 0.75% 0.56% -
XYZ 13 21.24 15.47 -
YUV 106.69 124.22 77.58 -
System Red Green Blue C M Y K H S L
Decimal 36 144 100 0.75 0 0.31 0.44 155.56 0.6 0.35
Hex 24 90 64 4B 0 1F 2C 9C 3C 23
Octal 44 220 144 113 0 37 54 234 74 43
Binary 100100 10010000 1100100 1001011 0 11111 101100 10011100 111100 100011

Color Harmonies of #249064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249064

Black with #249064

Text Example


Text Example

White with #249064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249064; }

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

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

background-color css

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

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

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

border-color css

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

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

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