#248E72

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

Shades of Elf Green #248E72

Tints of Elf Green #248E72

Color information

#248E72 (or 0x248E72) is unknown color: approx Elf Green. HEX triplet: 24, 8E and 72. RGB value is (36,142,114). Sum of RGB (Red+Green+Blue) = 36+142+114=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #248E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E72 is #DB718D. Grayscale: #6B6B6B. Windows color (decimal): -14381454 or 7507492. OLE color: 7507492.

HSL color Cylindrical-coordinate representation of color #248E72: hue angle of 164.15º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E72 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB36142114-
CMYK0.7500.200.44
HSL164.15º59.55%34.9%-
HSV(B)164.15º74.65%55.69%-
XYZ13.4420.9419.25-
YUV107.11131.8877.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.33%
GREEN value IS 142 (55.86% from 255) = 48.63%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=12.33%
G=48.63%
B=39.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361421140.7500.200.44164.1559.5534.9
Hex248E724B0142Ca43c23
Octal44216162113024542447443
Binary100100100011101110010100101101010010110010100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248E72; }

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

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

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

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

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

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

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

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