#248C66

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

Shades of Elf Green #248C66

Tints of Elf Green #248C66

Color information

#248C66 (or 0x248C66) is unknown color: approx Elf Green. HEX triplet: 24, 8C and 66. RGB value is (36,140,102). Sum of RGB (Red+Green+Blue) = 36+140+102=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #248C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C66 is #DB7399. Grayscale: #686868. Windows color (decimal): -14381978 or 6720548. OLE color: 6720548.

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

Color convert

RGB36140102-
CMYK0.7400.270.45
HSL158.08º59.09%34.51%-
HSV(B)158.08º74.29%54.9%-
XYZ12.520.0915.79-
YUV104.57126.5479.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 140 (55.08% from 255) = 50.36%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=12.95%
G=50.36%
B=36.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361401020.7400.270.45158.0859.0934.51
Hex248C664A01B2D9e3b23
Octal44214146112033552367343
Binary100100100011001100110100101001101110110110011110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,140,102); }

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

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

 a { background-color: rgb(36,140,102); }

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

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

 span { border-color: rgb(36,140,102); }

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