#248B76

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

Shades of Elf Green #248B76

Tints of Elf Green #248B76

Color information

#248B76 (or 0x248B76) is unknown color: approx Elf Green. HEX triplet: 24, 8B and 76. RGB value is (36,139,118). Sum of RGB (Red+Green+Blue) = 36+139+118=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #248B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B76 is #DB7489. Grayscale: #696969. Windows color (decimal): -14382218 or 7768868. OLE color: 7768868.

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

Color convert

RGB36139118-
CMYK0.7400.150.45
HSL167.77º58.86%34.31%-
HSV(B)167.77º74.1%54.51%-
XYZ13.2320.1520.33-
YUV105.81134.8878.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.29%
GREEN value IS 139 (54.69% from 255) = 47.44%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=12.29%
G=47.44%
B=40.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361391180.7400.150.45167.7758.8634.31
Hex248B764A0F2Da83b22
Octal44213166112017552507342
Binary10010010001011111011010010100111110110110101000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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