Html Css Color HEX #249478 Elf Green

📋 copy color: '#249478'

red 36 ◦ green 148 ◦ blue 120

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

Shades of Elf Green #249478

Tints of Elf Green #249478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

 BLUE value IS 120 (47.27% from 255) = 39.47%

R = 11.84%
G = 48.68%
B = 39.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#249478 (or 0x249478) is known color: Elf Green. HEX triplet: 24, 94 and 78. RGB value is (36,148,120). Sum of RGB (Red+Green+Blue) = 36+148+120=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #249478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249478 is #DB6B87. Grayscale: #6F6F6F. Windows color (decimal): -14379912 or 7902244. OLE color: 7902244.

HSL color Cylindrical-coordinate representation of color #249478: hue angle of 165º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249478 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 148 120 -
CMYK 0.76 0 0.19 0.42
HSL 165º 0.61% 0.36% -
HSV(B) 165º 0.76% 0.58% -
XYZ 14.71 22.91 21.42 -
YUV 111.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 36 148 120 0.76 0 0.19 0.42 165 0.61 0.36
Hex 24 94 78 4C 0 13 2A A5 3D 24
Octal 44 224 170 114 0 23 52 245 75 44
Binary 100100 10010100 1111000 1001100 0 10011 101010 10100101 111101 100100

Color Harmonies of #249478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249478

Black with #249478

Text Example


Text Example

White with #249478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249478; }

 p { color: rgb(36,148,120); }

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

background-color css

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

 a { background-color: rgb(36,148,120); }

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

border-color css

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

 span { border-color: rgb(36,148,120); }

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