Html Css Color HEX #249B77 Elf Green

📋 copy color: '#249B77'

red 36 ◦ green 155 ◦ blue 119

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

Shades of Elf Green #249B77

Tints of Elf Green #249B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 11.61%
G = 50%
B = 38.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#249B77 (or 0x249B77) is known color: Elf Green. HEX triplet: 24, 9B and 77. RGB value is (36,155,119). Sum of RGB (Red+Green+Blue) = 36+155+119=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #249B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B77 is #DB6488. Grayscale: #737373. Windows color (decimal): -14378121 or 7838500. OLE color: 7838500.

HSL color Cylindrical-coordinate representation of color #249B77: hue angle of 161.85º 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 #249B77 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 155 119 -
CMYK 0.77 0 0.23 0.39
HSL 161.85º 0.62% 0.37% -
HSV(B) 161.85º 0.77% 0.61% -
XYZ 15.78 25.15 21.48 -
YUV 115.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 36 155 119 0.77 0 0.23 0.39 161.85 0.62 0.37
Hex 24 9B 77 4D 0 17 27 A2 3E 25
Octal 44 233 167 115 0 27 47 242 76 45
Binary 100100 10011011 1110111 1001101 0 10111 100111 10100010 111110 100101

Color Harmonies of #249B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B77

Black with #249B77

Text Example


Text Example

White with #249B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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