Html Css Color HEX #249272 Elf Green

📋 copy color: '#249272'

red 36 ◦ green 146 ◦ blue 114

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

Shades of Elf Green #249272

Tints of Elf Green #249272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 12.16%
G = 49.32%
B = 38.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#249272 (or 0x249272) is known color: Elf Green. HEX triplet: 24, 92 and 72. RGB value is (36,146,114). Sum of RGB (Red+Green+Blue) = 36+146+114=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #249272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249272 is #DB6D8D. Grayscale: #6D6D6D. Windows color (decimal): -14380430 or 7508516. OLE color: 7508516.

HSL color Cylindrical-coordinate representation of color #249272: hue angle of 162.55º 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 #249272 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 146 114 -
CMYK 0.75 0 0.22 0.43
HSL 162.55º 0.6% 0.36% -
HSV(B) 162.55º 0.75% 0.57% -
XYZ 14.04 22.15 19.45 -
YUV 109.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 36 146 114 0.75 0 0.22 0.43 162.55 0.6 0.36
Hex 24 92 72 4B 0 16 2B A3 3C 24
Octal 44 222 162 113 0 26 53 243 74 44
Binary 100100 10010010 1110010 1001011 0 10110 101011 10100011 111100 100100

Color Harmonies of #249272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249272

Black with #249272

Text Example


Text Example

White with #249272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249272; }

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

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

background-color css

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

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

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

border-color css

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

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

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