#248D62

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

Shades of Elf Green #248D62

Tints of Elf Green #248D62

Color information

#248D62 (or 0x248D62) is unknown color: approx Elf Green. HEX triplet: 24, 8D and 62. RGB value is (36,141,98). Sum of RGB (Red+Green+Blue) = 36+141+98=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #248D62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D62 is #DB729D. Grayscale: #686868. Windows color (decimal): -14381726 or 6458660. OLE color: 6458660.

HSL color Cylindrical-coordinate representation of color #248D62: hue angle of 155.43º 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 #248D62 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB3614198-
CMYK0.7400.300.45
HSL155.43º59.32%34.71%-
HSV(B)155.43º74.47%55.29%-
XYZ12.4620.3114.82-
YUV104.7124.2179-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 141 (55.47% from 255) = 51.27%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=13.09%
G=51.27%
B=35.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141980.7400.300.45155.4359.3234.71
Hex248D624A01E2D9b3b23
Octal44215142112036552337343
Binary100100100011011100010100101001111010110110011011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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