Html Css Color HEX #249A75 Elf Green

📋 copy color: '#249A75'

red 36 ◦ green 154 ◦ blue 117

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

Shades of Elf Green #249A75

Tints of Elf Green #249A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.16%

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

R = 11.73%
G = 50.16%
B = 38.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#249A75 (or 0x249A75) is known color: Elf Green. HEX triplet: 24, 9A and 75. RGB value is (36,154,117). Sum of RGB (Red+Green+Blue) = 36+154+117=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #249A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A75 is #DB658A. Grayscale: #727272. Windows color (decimal): -14378379 or 7707172. OLE color: 7707172.

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

Color convert

RGB 36 154 117 -
CMYK 0.77 0 0.24 0.40
HSL 161.19º 0.62% 0.37% -
HSV(B) 161.19º 0.77% 0.6% -
XYZ 15.49 24.77 20.79 -
YUV 114.5 129.41 72.01 -
System Red Green Blue C M Y K H S L
Decimal 36 154 117 0.77 0 0.24 0.40 161.19 0.62 0.37
Hex 24 9A 75 4D 0 18 28 A1 3E 25
Octal 44 232 165 115 0 30 50 241 76 45
Binary 100100 10011010 1110101 1001101 0 11000 101000 10100001 111110 100101

Color Harmonies of #249A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249A75

Black with #249A75

Text Example


Text Example

White with #249A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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