#248B77

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

Shades of Elf Green #248B77

Tints of Elf Green #248B77

Color information

#248B77 (or 0x248B77) is unknown color: approx Elf Green. HEX triplet: 24, 8B and 77. RGB value is (36,139,119). Sum of RGB (Red+Green+Blue) = 36+139+119=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #248B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B77 is #DB7488. Grayscale: #696969. Windows color (decimal): -14382217 or 7834404. OLE color: 7834404.

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

Color convert

RGB36139119-
CMYK0.7400.140.45
HSL168.35º58.86%34.31%-
HSV(B)168.35º74.1%54.51%-
XYZ13.2920.1720.65-
YUV105.92135.3878.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.24%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=12.24%
G=47.28%
B=40.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361391190.7400.140.45168.3558.8634.31
Hex248B774A0E2Da83b22
Octal44213167112016552507342
Binary10010010001011111011110010100111010110110101000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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