Html Css Color HEX #249C75 Elf Green

📋 copy color: '#249C75'

red 36 ◦ green 156 ◦ blue 117

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

Shades of Elf Green #249C75

Tints of Elf Green #249C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.49%

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

R = 11.65%
G = 50.49%
B = 37.86%

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

#249C75 (or 0x249C75) is known color: Elf Green. HEX triplet: 24, 9C and 75. RGB value is (36,156,117). Sum of RGB (Red+Green+Blue) = 36+156+117=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #249C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C75 is #DB638A. Grayscale: #737373. Windows color (decimal): -14377867 or 7707684. OLE color: 7707684.

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

Color convert

RGB 36 156 117 -
CMYK 0.77 0 0.25 0.39
HSL 160.5º 0.63% 0.38% -
HSV(B) 160.5º 0.77% 0.61% -
XYZ 15.83 25.44 20.91 -
YUV 115.67 128.74 71.17 -
System Red Green Blue C M Y K H S L
Decimal 36 156 117 0.77 0 0.25 0.39 160.5 0.63 0.38
Hex 24 9C 75 4D 0 19 27 A0 3E 26
Octal 44 234 165 115 0 31 47 240 76 46
Binary 100100 10011100 1110101 1001101 0 11001 100111 10100000 111110 100110

Color Harmonies of #249C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249C75

Black with #249C75

Text Example


Text Example

White with #249C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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