Html Css Color HEX #249472 Elf Green

📋 copy color: '#249472'

red 36 ◦ green 148 ◦ blue 114

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

Shades of Elf Green #249472

Tints of Elf Green #249472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

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

R = 12.08%
G = 49.66%
B = 38.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#249472 (or 0x249472) is known color: Elf Green. HEX triplet: 24, 94 and 72. RGB value is (36,148,114). Sum of RGB (Red+Green+Blue) = 36+148+114=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #249472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249472 is #DB6B8D. Grayscale: #6E6E6E. Windows color (decimal): -14379918 or 7509028. OLE color: 7509028.

HSL color Cylindrical-coordinate representation of color #249472: hue angle of 161.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249472 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 148 114 -
CMYK 0.76 0 0.23 0.42
HSL 161.79º 0.61% 0.36% -
HSV(B) 161.79º 0.76% 0.58% -
XYZ 14.35 22.77 19.56 -
YUV 110.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 36 148 114 0.76 0 0.23 0.42 161.79 0.61 0.36
Hex 24 94 72 4C 0 17 2A A2 3D 24
Octal 44 224 162 114 0 27 52 242 75 44
Binary 100100 10010100 1110010 1001100 0 10111 101010 10100010 111101 100100

Color Harmonies of #249472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249472

Black with #249472

Text Example


Text Example

White with #249472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249472; }

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

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

background-color css

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

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

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

border-color css

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

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

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