Html Css Color HEX #249B75 Elf Green

📋 copy color: '#249B75'

red 36 ◦ green 155 ◦ blue 117

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

Shades of Elf Green #249B75

Tints of Elf Green #249B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 11.69%
G = 50.32%
B = 37.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#249B75 (or 0x249B75) is known color: Elf Green. HEX triplet: 24, 9B and 75. RGB value is (36,155,117). Sum of RGB (Red+Green+Blue) = 36+155+117=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #249B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B75 is #DB648A. Grayscale: #737373. Windows color (decimal): -14378123 or 7707428. OLE color: 7707428.

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

Color convert

RGB 36 155 117 -
CMYK 0.77 0 0.25 0.39
HSL 160.84º 0.62% 0.37% -
HSV(B) 160.84º 0.77% 0.61% -
XYZ 15.66 25.1 20.85 -
YUV 115.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 36 155 117 0.77 0 0.25 0.39 160.84 0.62 0.37
Hex 24 9B 75 4D 0 19 27 A1 3E 25
Octal 44 233 165 115 0 31 47 241 76 45
Binary 100100 10011011 1110101 1001101 0 11001 100111 10100001 111110 100101

Color Harmonies of #249B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249B75

Black with #249B75

Text Example


Text Example

White with #249B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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