#248872

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

Shades of Elf Green #248872

Tints of Elf Green #248872

Color information

#248872 (or 0x248872) is unknown color: approx Elf Green. HEX triplet: 24, 88 and 72. RGB value is (36,136,114). Sum of RGB (Red+Green+Blue) = 36+136+114=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #248872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248872 is #DB778D. Grayscale: #676767. Windows color (decimal): -14382990 or 7505956. OLE color: 7505956.

HSL color Cylindrical-coordinate representation of color #248872: hue angle of 166.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248872 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB36136114-
CMYK0.7400.160.47
HSL166.8º58.14%33.73%-
HSV(B)166.8º73.53%53.33%-
XYZ12.5719.218.96-
YUV103.59133.8779.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.59%
GREEN value IS 136 (53.52% from 255) = 47.55%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=12.59%
G=47.55%
B=39.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361361140.7400.160.47166.858.1433.73
Hex2488724A0102Fa73a22
Octal44210162112020572477242
Binary100100100010001110010100101001000010111110100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248872; }

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

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

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

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

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

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

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

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