#248F6C

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

Shades of Elf Green #248F6C

Tints of Elf Green #248F6C

Color information

#248F6C (or 0x248F6C) is unknown color: approx Elf Green. HEX triplet: 24, 8F and 6C. RGB value is (36,143,108). Sum of RGB (Red+Green+Blue) = 36+143+108=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #248F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F6C is #DB7093. Grayscale: #6B6B6B. Windows color (decimal): -14381204 or 7114532. OLE color: 7114532.

HSL color Cylindrical-coordinate representation of color #248F6C: hue angle of 160.37º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F6C is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB36143108-
CMYK0.7500.240.44
HSL160.37º59.78%35.1%-
HSV(B)160.37º74.83%56.08%-
XYZ13.2621.117.56-
YUV107.02128.5577.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.54%
GREEN value IS 143 (56.25% from 255) = 49.83%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=12.54%
G=49.83%
B=37.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431080.7500.240.44160.3759.7835.1
Hex248F6C4B0182Ca03c23
Octal44217154113030542407443
Binary100100100011111101100100101101100010110010100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,108); }

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

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

 a { background-color: rgb(36,143,108); }

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

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

 span { border-color: rgb(36,143,108); }

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