Html Css Color HEX #249270 Elf Green

📋 copy color: '#249270'

red 36 ◦ green 146 ◦ blue 112

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

Shades of Elf Green #249270

Tints of Elf Green #249270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 12.24%
G = 49.66%
B = 38.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#249270 (or 0x249270) is known color: Elf Green. HEX triplet: 24, 92 and 70. RGB value is (36,146,112). Sum of RGB (Red+Green+Blue) = 36+146+112=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #249270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249270 is #DB6D8F. Grayscale: #6D6D6D. Windows color (decimal): -14380432 or 7377444. OLE color: 7377444.

HSL color Cylindrical-coordinate representation of color #249270: hue angle of 161.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249270 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 146 112 -
CMYK 0.75 0 0.23 0.43
HSL 161.45º 0.6% 0.36% -
HSV(B) 161.45º 0.75% 0.57% -
XYZ 13.93 22.1 18.86 -
YUV 109.23 129.56 75.76 -
System Red Green Blue C M Y K H S L
Decimal 36 146 112 0.75 0 0.23 0.43 161.45 0.6 0.36
Hex 24 92 70 4B 0 17 2B A1 3C 24
Octal 44 222 160 113 0 27 53 241 74 44
Binary 100100 10010010 1110000 1001011 0 10111 101011 10100001 111100 100100

Color Harmonies of #249270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249270

Black with #249270

Text Example


Text Example

White with #249270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249270; }

 p { color: rgb(36,146,112); }

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

background-color css

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

 a { background-color: rgb(36,146,112); }

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

border-color css

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

 span { border-color: rgb(36,146,112); }

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