Html Css Color HEX #249B76 Elf Green

📋 copy color: '#249B76'

red 36 ◦ green 155 ◦ blue 118

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

Shades of Elf Green #249B76

Tints of Elf Green #249B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.16%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 11.65%
G = 50.16%
B = 38.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#249B76 (or 0x249B76) is known color: Elf Green. HEX triplet: 24, 9B and 76. RGB value is (36,155,118). Sum of RGB (Red+Green+Blue) = 36+155+118=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #249B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B76 is #DB6489. Grayscale: #737373. Windows color (decimal): -14378122 or 7772964. OLE color: 7772964.

HSL color Cylindrical-coordinate representation of color #249B76: hue angle of 161.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B76 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 155 118 -
CMYK 0.77 0 0.24 0.39
HSL 161.34º 0.62% 0.37% -
HSV(B) 161.34º 0.77% 0.61% -
XYZ 15.72 25.13 21.16 -
YUV 115.2 129.58 71.51 -
System Red Green Blue C M Y K H S L
Decimal 36 155 118 0.77 0 0.24 0.39 161.34 0.62 0.37
Hex 24 9B 76 4D 0 18 27 A1 3E 25
Octal 44 233 166 115 0 30 47 241 76 45
Binary 100100 10011011 1110110 1001101 0 11000 100111 10100001 111110 100101

Color Harmonies of #249B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B76

Black with #249B76

Text Example


Text Example

White with #249B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249B76; }

 p { color: rgb(36,155,118); }

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

background-color css

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

 a { background-color: rgb(36,155,118); }

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

border-color css

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

 span { border-color: rgb(36,155,118); }

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