#249872

Color #249872 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #249872

Tints of Elf Green #249872

Color information

#249872 (or 0x249872) is unknown color: approx Elf Green. HEX triplet: 24, 98 and 72. RGB value is (36,152,114). Sum of RGB (Red+Green+Blue) = 36+152+114=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #249872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249872 is #DB678D. Grayscale: #717171. Windows color (decimal): -14378894 or 7510052. OLE color: 7510052.

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

Color convert

RGB36152114-
CMYK0.7600.250.40
HSL160.34º61.7%36.86%-
HSV(B)160.34º76.32%59.61%-
XYZ14.9924.0519.77-
YUV112.98128.5773.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.92%
GREEN value IS 152 (59.77% from 255) = 50.33%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=11.92%
G=50.33%
B=37.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361521140.7600.250.40160.3461.736.86
Hex2498724C01928a03e25
Octal44230162114031502407645
Binary100100100110001110010100110001100110100010100000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249872; }

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

 H1.HeaderClassName
 {
   color: #249872;
 }
 .AnyTagClassName
 {
   color: #249872;
 }
</style>
background-color css

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

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

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

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

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

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