#248B70

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

Shades of Elf Green #248B70

Tints of Elf Green #248B70

Color information

#248B70 (or 0x248B70) is unknown color: approx Elf Green. HEX triplet: 24, 8B and 70. RGB value is (36,139,112). Sum of RGB (Red+Green+Blue) = 36+139+112=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #248B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B70 is #DB748F. Grayscale: #696969. Windows color (decimal): -14382224 or 7375652. OLE color: 7375652.

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

Color convert

RGB36139112-
CMYK0.7400.190.45
HSL164.27º58.86%34.31%-
HSV(B)164.27º74.1%54.51%-
XYZ12.8820.0118.51-
YUV105.12131.8878.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.54%
GREEN value IS 139 (54.69% from 255) = 48.43%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=12.54%
G=48.43%
B=39.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361391120.7400.190.45164.2758.8634.31
Hex248B704A0132Da43b22
Octal44213160112023552447342
Binary100100100010111110000100101001001110110110100100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,139,112); }

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

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

 a { background-color: rgb(36,139,112); }

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

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

 span { border-color: rgb(36,139,112); }

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