Html Css Color HEX #249372 Elf Green

📋 copy color: '#249372'

red 36 ◦ green 147 ◦ blue 114

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

Shades of Elf Green #249372

Tints of Elf Green #249372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 12.12%
G = 49.49%
B = 38.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#249372 (or 0x249372) is known color: Elf Green. HEX triplet: 24, 93 and 72. RGB value is (36,147,114). Sum of RGB (Red+Green+Blue) = 36+147+114=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #249372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249372 is #DB6C8D. Grayscale: #6E6E6E. Windows color (decimal): -14380174 or 7508772. OLE color: 7508772.

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

Color convert

RGB 36 147 114 -
CMYK 0.76 0 0.22 0.42
HSL 162.16º 0.61% 0.36% -
HSV(B) 162.16º 0.76% 0.58% -
XYZ 14.2 22.46 19.51 -
YUV 110.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 36 147 114 0.76 0 0.22 0.42 162.16 0.61 0.36
Hex 24 93 72 4C 0 16 2A A2 3D 24
Octal 44 223 162 114 0 26 52 242 75 44
Binary 100100 10010011 1110010 1001100 0 10110 101010 10100010 111101 100100

Color Harmonies of #249372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249372

Black with #249372

Text Example


Text Example

White with #249372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249372; }

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

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

background-color css

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

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

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

border-color css

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

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

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