#248D68

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

Shades of Elf Green #248D68

Tints of Elf Green #248D68

Color information

#248D68 (or 0x248D68) is unknown color: approx Elf Green. HEX triplet: 24, 8D and 68. RGB value is (36,141,104). Sum of RGB (Red+Green+Blue) = 36+141+104=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #248D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D68 is #DB7297. Grayscale: #696969. Windows color (decimal): -14381720 or 6851876. OLE color: 6851876.

HSL color Cylindrical-coordinate representation of color #248D68: hue angle of 158.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D68 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB36141104-
CMYK0.7400.260.45
HSL158.86º59.32%34.71%-
HSV(B)158.86º74.47%55.29%-
XYZ12.7520.4216.37-
YUV105.39127.2178.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.81%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=12.81%
G=50.18%
B=37.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361411040.7400.260.45158.8659.3234.71
Hex248D684A01A2D9f3b23
Octal44215150112032552377343
Binary100100100011011101000100101001101010110110011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,141,104); }

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

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

 a { background-color: rgb(36,141,104); }

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

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

 span { border-color: rgb(36,141,104); }

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